summaryrefslogtreecommitdiffstats
path: root/filter/f-util.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-04-01 01:35:59 +0200
committerMartin Mares <mj@ucw.cz>2000-04-01 01:35:59 +0200
commit3cf4a2e2b03d00adce703cd1dc961eea77b7a57b (patch)
treea4918e5cc7e9bc8559487cfa7870902b56f301c8 /filter/f-util.c
parenta37410cbddfadca651c795e9817f66c54374a943 (diff)
downloadbird-3cf4a2e2b03d00adce703cd1dc961eea77b7a57b.tar
bird-3cf4a2e2b03d00adce703cd1dc961eea77b7a57b.zip
Removed lots of superfluous includes.
Use debug() instead of printf().
Diffstat (limited to 'filter/f-util.c')
-rw-r--r--filter/f-util.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/filter/f-util.c b/filter/f-util.c
index 1f3c79a..82dc1c3 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"