diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-31 23:35:59 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-31 23:35:59 +0000 |
commit | 3cf4a2e2b03d00adce703cd1dc961eea77b7a57b (patch) | |
tree | a4918e5cc7e9bc8559487cfa7870902b56f301c8 /filter/f-util.c | |
parent | a37410cbddfadca651c795e9817f66c54374a943 (diff) |
Removed lots of superfluous includes.
Use debug() instead of printf().
Diffstat (limited to 'filter/f-util.c')
-rw-r--r-- | filter/f-util.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/filter/f-util.c b/filter/f-util.c index 1f3c79a3..82dc1c3d 100644 --- a/filter/f-util.c +++ b/filter/f-util.c @@ -6,19 +6,7 @@ * Can be freely distributed and used under the terms of the GNU GPL. */ -#include <stdio.h> -#include <fcntl.h> -#include <unistd.h> -#include <sys/signal.h> -#include <setjmp.h> - #include "nest/bird.h" -#include "lib/lists.h" -#include "lib/resource.h" -#include "lib/socket.h" -#include "nest/route.h" -#include "nest/protocol.h" -#include "nest/iface.h" #include "conf/conf.h" #include "filter/filter.h" |