commit | 268666a041cc52f7c7e53d6b65b5d54ade1cd1d5 | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Fri Jun 14 22:01:20 2002 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Fri Jun 14 22:01:20 2002 +0000 |
tree | 6076ae013bf1b8b91e617c86a03c222d06ace633 | |
parent | 9ce6ee9c3e350099d759a51bd6c3cd6f48bd2d5c [diff] |
remove some header inclusions
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>