diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2009-02-21 03:40:27 +0100 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2009-02-21 03:40:27 +0100 |
commit | 2bc9d348e11820567685670147bd58deef2f938f (patch) | |
tree | 0b4a8d631484c7db8543a2106446ddbaae9fb3f8 /extensions/libip6t_LOG.c | |
parent | 1829ed482efbc8b390cc760d012b3a4450494e1a (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_LOG.c')
-rw-r--r-- | extensions/libip6t_LOG.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/libip6t_LOG.c b/extensions/libip6t_LOG.c index c6bf2a79..390cb979 100644 --- a/extensions/libip6t_LOG.c +++ b/extensions/libip6t_LOG.c @@ -6,7 +6,6 @@ #include <syslog.h> #include <getopt.h> #include <xtables.h> -#include <linux/netfilter_ipv6/ip6_tables.h> #include <linux/netfilter_ipv6/ip6t_LOG.h> #ifndef IP6T_LOG_UID /* Old kernel */ |