summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_ecn.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-02-21 03:44:36 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-02-21 03:44:36 +0100
commitafe6b357db60c7d70379a27360c10a352bf55203 (patch)
tree78d1007cc8e9b01b17c3a267476996ccf9e9c922 /extensions/libipt_ecn.c
parent2bc9d348e11820567685670147bd58deef2f938f (diff)
extensions: remove unwanted/add needed includes for IPv4 exts
Most touched files do not use anything from ip_tables.h, so remove that #include. multiport instead, does need it (ipt_entry). Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libipt_ecn.c')
-rw-r--r--extensions/libipt_ecn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/libipt_ecn.c b/extensions/libipt_ecn.c
index 0f8849df..3ee190e9 100644
--- a/extensions/libipt_ecn.c
+++ b/extensions/libipt_ecn.c
@@ -13,7 +13,6 @@
#include <getopt.h>
#include <xtables.h>
-#include <linux/netfilter_ipv4/ip_tables.h>
#include <linux/netfilter_ipv4/ipt_ecn.h>
static void ecn_help(void)