aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2019-09-13 09:13:05 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-09-13 12:33:06 +0200
commit40d102cde0a2aabb5e542ab1ab1aa4aaa1fd4372 (patch)
tree113c998815758bc36bb37dac4ae9fb9c72ef0570 /net/ipv6/netfilter
parentnetfilter: inline xt_hashlimit, ebt_802_3 and xt_physdev headers (diff)
downloadlinux-dev-40d102cde0a2aabb5e542ab1ab1aa4aaa1fd4372.tar.xz
linux-dev-40d102cde0a2aabb5e542ab1ab1aa4aaa1fd4372.zip
netfilter: update include directives.
Include some headers in files which require them, and remove others which are not required. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/ipv6/netfilter')
-rw-r--r--net/ipv6/netfilter/nf_socket_ipv6.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/nf_socket_ipv6.c b/net/ipv6/netfilter/nf_socket_ipv6.c
index 437d95545c31..b9df879c48d3 100644
--- a/net/ipv6/netfilter/nf_socket_ipv6.c
+++ b/net/ipv6/netfilter/nf_socket_ipv6.c
@@ -12,7 +12,6 @@
#include <net/sock.h>
#include <net/inet_sock.h>
#include <net/inet6_hashtables.h>
-#include <net/netfilter/ipv6/nf_defrag_ipv6.h>
#include <net/netfilter/nf_socket.h>
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
#include <net/netfilter/nf_conntrack.h>