aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2013-10-30 13:31:30 +0800
committerPablo Neira Ayuso <pablo@netfilter.org>2013-11-03 22:36:25 +0100
commitca0e8bd68bae3d0bad758b5a82dbf9327b75325c (patch)
treee4882d68887dd8944a8ec84b4a21629886bdead3
parentnetfilter: bridge: nf_tables: add filter chain type (diff)
downloadlinux-dev-ca0e8bd68bae3d0bad758b5a82dbf9327b75325c.tar.xz
linux-dev-ca0e8bd68bae3d0bad758b5a82dbf9327b75325c.zip
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 8f7536be1322..0f4cbfeb19bd 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,