summaryrefslogtreecommitdiffstats
path: root/xtables.c
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-07-24 06:39:40 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-07-24 06:39:40 +0000
commita3732db1280f790b8e26b41bdcbe8b5f92b7f51b (patch)
treefc96ba316a6bc2045f20e218f473b92675c28070 /xtables.c
parent68c79151aa8885961c70821456ad626cdc6afff3 (diff)
Moves all declarations in iptables_common.h to xtables.h.
Diffstat (limited to 'xtables.c')
-rw-r--r--xtables.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xtables.c b/xtables.c
index ea5633ec..baee4834 100644
--- a/xtables.c
+++ b/xtables.c
@@ -29,7 +29,6 @@
#include <sys/types.h>
#include <sys/wait.h>
-#include <iptables_common.h>
#include <xtables.h>
#define NPROTO 255