summaryrefslogtreecommitdiffstats
path: root/ebtables.c
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
commit268666a041cc52f7c7e53d6b65b5d54ade1cd1d5 (patch)
tree6076ae013bf1b8b91e617c86a03c222d06ace633 /ebtables.c
parent9ce6ee9c3e350099d759a51bd6c3cd6f48bd2d5c (diff)
remove some header inclusions
Diffstat (limited to 'ebtables.c')
-rw-r--r--ebtables.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ebtables.c b/ebtables.c
index 061ed4d..0233cfe 100644
--- a/ebtables.c
+++ b/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>