From: Wei Yongjun Date: Wed, 30 Oct 2013 05:31:30 +0000 (+0800) Subject: netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ca0e8bd68bae3d0bad758b5a82dbf9327b75325c;p=linux-beck.git netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.c Remove duplicated include. Signed-off-by: Wei Yongjun Signed-off-by: Pablo Neira Ayuso --- 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 #include #include -#include #include static unsigned int nft_ipv4_output(const struct nf_hook_ops *ops,