diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2018-01-10 16:06:46 +0300 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2018-01-10 17:32:15 +0300 |
commit | 99eadf67c8fe0d9ebe5f4a2b1551d8238b4a43bf (patch) | |
tree | 7dd3d20412aac0d75e71f268f0dc3f42584d857f /net/ipv6 | |
parent | 0ded1785f3c810182408f9498a726e89267b0275 (diff) | |
download | linux-99eadf67c8fe0d9ebe5f4a2b1551d8238b4a43bf.tar.xz |
netfilter: remove duplicated include
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/netfilter/nf_flow_table_ipv6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/nf_flow_table_ipv6.c b/net/ipv6/netfilter/nf_flow_table_ipv6.c index 0c3b9d32f64f..fff21602875a 100644 --- a/net/ipv6/netfilter/nf_flow_table_ipv6.c +++ b/net/ipv6/netfilter/nf_flow_table_ipv6.c @@ -5,7 +5,6 @@ #include <linux/rhashtable.h> #include <linux/ipv6.h> #include <linux/netdevice.h> -#include <linux/ipv6.h> #include <net/ipv6.h> #include <net/ip6_route.h> #include <net/neighbour.h> |