summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2013-10-30 05:31:30 (GMT)
committerPablo Neira Ayuso <pablo@netfilter.org>2013-11-03 21:36:25 (GMT)
commitca0e8bd68bae3d0bad758b5a82dbf9327b75325c (patch)
treee4882d68887dd8944a8ec84b4a21629886bdead3
parent46413825a7e697109028738eede2191900ec848f (diff)
downloadlinux-fsl-qoriq-ca0e8bd68bae3d0bad758b5a82dbf9327b75325c.tar.xz
netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.c
Remove duplicated include. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--net/ipv4/netfilter/nf_tables_ipv4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/nf_tables_ipv4.c b/net/ipv4/netfilter/nf_tables_ipv4.c
index 8f7536b..0f4cbfe 100644
--- a/net/ipv4/netfilter/nf_tables_ipv4.c
+++ b/net/ipv4/netfilter/nf_tables_ipv4.c
@@ -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,