diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-10-30 01:31:30 -0400 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-11-03 16:36:25 -0500 |
commit | ca0e8bd68bae3d0bad758b5a82dbf9327b75325c (patch) | |
tree | e4882d68887dd8944a8ec84b4a21629886bdead3 /net/ipv4 | |
parent | 46413825a7e697109028738eede2191900ec848f (diff) |
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>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/netfilter/nf_tables_ipv4.c | 1 |
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 @@ | |||
16 | #include <net/netfilter/nf_tables.h> | 16 | #include <net/netfilter/nf_tables.h> |
17 | #include <net/net_namespace.h> | 17 | #include <net/net_namespace.h> |
18 | #include <net/ip.h> | 18 | #include <net/ip.h> |
19 | #include <net/net_namespace.h> | ||
20 | #include <net/netfilter/nf_tables_ipv4.h> | 19 | #include <net/netfilter/nf_tables_ipv4.h> |
21 | 20 | ||
22 | static unsigned int nft_ipv4_output(const struct nf_hook_ops *ops, | 21 | static unsigned int nft_ipv4_output(const struct nf_hook_ops *ops, |