summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_mh.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-02-21 03:40:27 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-02-21 03:40:27 +0100
commit2bc9d348e11820567685670147bd58deef2f938f (patch)
tree0b4a8d631484c7db8543a2106446ddbaae9fb3f8 /extensions/libip6t_mh.c
parent1829ed482efbc8b390cc760d012b3a4450494e1a (diff)
extensions: remove unwanted/add needed includes for IPv6 exts
Most touched files do not use anything from ip6_tables.h, so remove that #include. multiport instead, does need it (ip6t_entry). Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libip6t_mh.c')
-rw-r--r--extensions/libip6t_mh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/libip6t_mh.c b/extensions/libip6t_mh.c
index f476c93e..9711f764 100644
--- a/extensions/libip6t_mh.c
+++ b/extensions/libip6t_mh.c
@@ -17,7 +17,6 @@
#include <stdlib.h>
#include <getopt.h>
#include <xtables.h>
-#include <linux/netfilter_ipv6/ip6_tables.h>
#include <linux/netfilter_ipv6/ip6t_mh.h>
struct mh_name {