diff options
Diffstat (limited to 'net/tipc/socket.c')
-rw-r--r-- | net/tipc/socket.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tipc/socket.c b/net/tipc/socket.c index e9f0d5004483..23a12e44347f 100644 --- a/net/tipc/socket.c +++ b/net/tipc/socket.c | |||
@@ -49,10 +49,9 @@ | |||
49 | 49 | ||
50 | #include <linux/tipc.h> | 50 | #include <linux/tipc.h> |
51 | #include <linux/tipc_config.h> | 51 | #include <linux/tipc_config.h> |
52 | #include <net/tipc/tipc_msg.h> | ||
53 | #include <net/tipc/tipc_port.h> | ||
54 | 52 | ||
55 | #include "core.h" | 53 | #include "core.h" |
54 | #include "port.h" | ||
56 | 55 | ||
57 | #define SS_LISTENING -1 /* socket is listening */ | 56 | #define SS_LISTENING -1 /* socket is listening */ |
58 | #define SS_READY -2 /* socket is connectionless */ | 57 | #define SS_READY -2 /* socket is connectionless */ |