summaryrefslogtreecommitdiffstats
path: root/xtables.c
diff options
context:
space:
mode:
author/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-07-24 06:39:40 +0000
committer/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-07-24 06:39:40 +0000
commit50d19bb0bc61d687a0614f4efea222b85ac4faa8 (patch)
treefc96ba316a6bc2045f20e218f473b92675c28070 /xtables.c
parent35d141eb4d2ca0675df845a280bb77b2d7d0224d (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 ea5633e..baee483 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