netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.c
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 30 Oct 2013 05:31:30 +0000 (13:31 +0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 3 Nov 2013 21:36:25 +0000 (22:36 +0100)
Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv4/netfilter/nf_tables_ipv4.c

index 8f7536b..0f4cbfe 100644 (file)
@@ -16,7 +16,6 @@
 #include <net/netfilter/nf_tables.h>
 #include <net/net_namespace.h>
 #include <net/ip.h>
-#include <net/net_namespace.h>
 #include <net/netfilter/nf_tables_ipv4.h>
 
 static unsigned int nft_ipv4_output(const struct nf_hook_ops *ops,