summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_LOG.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_LOG.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_LOG.c')
-rw-r--r--extensions/libipt_LOG.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/libipt_LOG.c b/extensions/libipt_LOG.c
index 4da412c1..ebcb5742 100644
--- a/extensions/libipt_LOG.c
+++ b/extensions/libipt_LOG.c
@@ -6,7 +6,6 @@
#include <syslog.h>
#include <getopt.h>
#include <xtables.h>
-#include <linux/netfilter_ipv4/ip_tables.h>
#include <linux/netfilter_ipv4/ipt_LOG.h>
#define LOG_DEFAULT_LEVEL LOG_WARNING