diff options
| author | Allan Stephens <Allan.Stephens@windriver.com> | 2010-12-31 18:59:29 +0000 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2011-01-01 13:57:54 -0800 | 
| commit | 886ef52a8ce6930a9d0c58267d5b5038ac3e8d30 (patch) | |
| tree | 7cd0019938cc0c52301d206a54556f6a355c2529 /net/tipc/socket.c | |
| parent | 6e7e309c62ab584348e0fef90c8e3e48f634dba1 (diff) | |
| download | olio-linux-3.10-886ef52a8ce6930a9d0c58267d5b5038ac3e8d30.tar.xz olio-linux-3.10-886ef52a8ce6930a9d0c58267d5b5038ac3e8d30.zip  | |
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>
Diffstat (limited to 'net/tipc/socket.c')
| -rw-r--r-- | net/tipc/socket.c | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/net/tipc/socket.c b/net/tipc/socket.c index 7a21a5ee43e..f972c0b4a71 100644 --- a/net/tipc/socket.c +++ b/net/tipc/socket.c @@ -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>  |