tipc: remove duplicated include from socket.c

Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Wei Yongjun 2014-07-28 21:30:14 +08:00 committed by David S. Miller
parent 27446442a8
commit ad025a56a5
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@
#include "node.h"
#include "link.h"
#include <linux/export.h>
#include "link.h"
#define SS_LISTENING -1 /* socket is listening */
#define SS_READY -2 /* socket is connectionless */