diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2015-04-16 09:17:35 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-04-16 12:14:24 -0400 |
commit | 5a950ad58d412d76d33f4f4399d69308d511c1a4 (patch) | |
tree | dc778cda3354ff3eac99c9c49477cb270c87fc3c | |
parent | b892e98090fed57797528bb17abcca260f23df2d (diff) |
netns: remove duplicated include from net_namespace.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/core/net_namespace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c index a3abb719221f..78fc04ad36fc 100644 --- a/net/core/net_namespace.c +++ b/net/core/net_namespace.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include <linux/export.h> | 16 | #include <linux/export.h> |
17 | #include <linux/user_namespace.h> | 17 | #include <linux/user_namespace.h> |
18 | #include <linux/net_namespace.h> | 18 | #include <linux/net_namespace.h> |
19 | #include <linux/rtnetlink.h> | ||
20 | #include <net/sock.h> | 19 | #include <net/sock.h> |
21 | #include <net/netlink.h> | 20 | #include <net/netlink.h> |
22 | #include <net/net_namespace.h> | 21 | #include <net/net_namespace.h> |