mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 13:41:30 +00:00
tipc: remove redundant #includes
Eliminates a number of #include statements that no longer serve any useful purpose. Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6e7e309c62
commit
886ef52a8c
12 changed files with 0 additions and 32 deletions
|
@ -34,17 +34,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/net.h>
|
||||
#include <linux/socket.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/mm.h>
|
||||
#include <linux/poll.h>
|
||||
#include <linux/fcntl.h>
|
||||
#include <linux/gfp.h>
|
||||
#include <asm/string.h>
|
||||
#include <asm/atomic.h>
|
||||
#include <net/sock.h>
|
||||
|
||||
#include <linux/tipc.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue