diff options
author | Martin Mares <mj@ucw.cz> | 2000-04-01 01:40:00 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-04-01 01:40:00 +0200 |
commit | ac4b4683aee8e5aa566b0b5f99bd940bc10d9b71 (patch) | |
tree | 0c2f034e72326adf1a2d4c3457eb472bbd17dfe4 | |
parent | 3cf4a2e2b03d00adce703cd1dc961eea77b7a57b (diff) | |
download | bird-ac4b4683aee8e5aa566b0b5f99bd940bc10d9b71.tar bird-ac4b4683aee8e5aa566b0b5f99bd940bc10d9b71.zip |
Removal of useless includes continues...
-rw-r--r-- | lib/ip.c | 3 | ||||
-rw-r--r-- | lib/ipv6.c | 1 | ||||
-rw-r--r-- | nest/locks.c | 2 | ||||
-rw-r--r-- | proto/rip/auth.c | 2 | ||||
-rw-r--r-- | proto/rip/rip.c | 3 |
5 files changed, 0 insertions, 11 deletions
@@ -6,11 +6,8 @@ * Can be freely distributed and used under the terms of the GNU GPL. */ -#include <stdlib.h> - #include "nest/bird.h" #include "lib/ip.h" -#include "lib/string.h" char * ip_scope_text(unsigned scope) @@ -6,7 +6,6 @@ * Can be freely distributed and used under the terms of the GNU GPL. */ -#include <stdio.h> #include <stdlib.h> #include "nest/bird.h" diff --git a/nest/locks.c b/nest/locks.c index 713ef97..0f43c56 100644 --- a/nest/locks.c +++ b/nest/locks.c @@ -6,8 +6,6 @@ * Can be freely distributed and used under the terms of the GNU GPL. */ -#include <stdio.h> - #define LOCAL_DEBUG #include "nest/bird.h" diff --git a/proto/rip/auth.c b/proto/rip/auth.c index b18c2b4..89a9af9 100644 --- a/proto/rip/auth.c +++ b/proto/rip/auth.c @@ -9,8 +9,6 @@ #define LOCAL_DEBUG -#include <stdlib.h> - #include "nest/bird.h" #include "nest/iface.h" #include "nest/protocol.h" diff --git a/proto/rip/rip.c b/proto/rip/rip.c index e885877..66ccdb6 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -27,9 +27,6 @@ #define LOCAL_DEBUG -#include <stdlib.h> -#include <stdio.h> - #include "nest/bird.h" #include "nest/iface.h" #include "nest/protocol.h" |