summaryrefslogtreecommitdiffstats
path: root/userspace
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-06-14 22:01:20 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-06-14 22:01:20 +0000
commitc14f9de193676a14db0d3cd5dc860982395a387e (patch)
tree079accb8274a003d1736e65956087410e3a310ff /userspace
parent3f4a47abaee939aa36160f5c75a68991bb5b843a (diff)
remove some header inclusions
Diffstat (limited to 'userspace')
-rw-r--r--userspace/ebtables2/ebtables.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/userspace/ebtables2/ebtables.c b/userspace/ebtables2/ebtables.c
index 061ed4d..0233cfe 100644
--- a/userspace/ebtables2/ebtables.c
+++ b/userspace/ebtables2/ebtables.c
@@ -34,10 +34,6 @@
#include <netinet/ether.h>
#include <asm/types.h>
#include "include/ebtables_u.h"
-#include <dlfcn.h>
-#include <ctype.h>
-#include <stdarg.h>
-#include <limits.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/wait.h>