summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_addrtype.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_addrtype.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_addrtype.c')
-rw-r--r--extensions/libipt_addrtype.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/libipt_addrtype.c b/extensions/libipt_addrtype.c
index 22b35d48..ecd51b51 100644
--- a/extensions/libipt_addrtype.c
+++ b/extensions/libipt_addrtype.c
@@ -8,7 +8,6 @@
#include <getopt.h>
#include <xtables.h>
-#include <linux/netfilter_ipv4/ip_tables.h>
#include <linux/netfilter_ipv4/ipt_addrtype.h>
/* from linux/rtnetlink.h, must match order of enumeration */