aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_ct.c
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/sched/act_ct.c
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 '')
-rw-r--r--net/sched/act_ct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/act_ct.c b/net/sched/act_ct.c
index cdd6f3818097..fcc46025e790 100644
--- a/net/sched/act_ct.c
+++ b/net/sched/act_ct.c
@@ -24,12 +24,12 @@
#include <uapi/linux/tc_act/tc_ct.h>
#include <net/tc_act/tc_ct.h>
-#include <linux/netfilter/nf_nat.h>
#include <net/netfilter/nf_conntrack.h>
#include <net/netfilter/nf_conntrack_core.h>
#include <net/netfilter/nf_conntrack_zones.h>
#include <net/netfilter/nf_conntrack_helper.h>
#include <net/netfilter/ipv6/nf_defrag_ipv6.h>
+#include <uapi/linux/netfilter/nf_nat.h>
static struct tc_action_ops act_ct_ops;
static unsigned int ct_net_id;