summaryrefslogtreecommitdiff
path: root/net/tipc/socket.c
diff options
context:
space:
mode:
authorAllan Stephens <allan.stephens@windriver.com>2011-05-30 19:50:35 (GMT)
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-06-24 20:18:16 (GMT)
commita9948ba24f764694413207812d2b2dae46eb7275 (patch)
tree33f4c1a60137f297e941d9029998cbeb5f77a352 /net/tipc/socket.c
parentf01a2b6378f757727b205419b677d45edfcc5a3b (diff)
downloadlinux-fsl-qoriq-a9948ba24f764694413207812d2b2dae46eb7275.tar.xz
tipc: Remove unnecessary includes in socket code
Eliminates a pair of #include statements for files that are brought in automatically by including core.h. Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/tipc/socket.c')
-rw-r--r--net/tipc/socket.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/tipc/socket.c b/net/tipc/socket.c
index 3388373..adb2eff 100644
--- a/net/tipc/socket.c
+++ b/net/tipc/socket.c
@@ -36,9 +36,6 @@
#include <net/sock.h>
-#include <linux/tipc.h>
-#include <linux/tipc_config.h>
-
#include "core.h"
#include "port.h"