]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Removal of useless includes continues...
authorMartin Mares <mj@ucw.cz>
Fri, 31 Mar 2000 23:40:00 +0000 (23:40 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 31 Mar 2000 23:40:00 +0000 (23:40 +0000)
lib/ip.c
lib/ipv6.c
nest/locks.c
proto/rip/auth.c
proto/rip/rip.c

index 143f50e81fb42a80f3adcf7d51484ad586f3f452..25b4d1033de167cc01d929ed519db5b4a380db8f 100644 (file)
--- a/lib/ip.c
+++ b/lib/ip.c
@@ -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)
index b533c58cd2f5b194951e6c90a9eb32736df88b91..fa84b84dbbc99ed695dafc9b4aca31f02731fa24 100644 (file)
@@ -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"
index 713ef97a39bc5ac924e1028816edbe244102fb54..0f43c56042fa504a69e2ccdbd62a04761a6820d5 100644 (file)
@@ -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"
index b18c2b4f98753b5e364f63a6b2a15bfe7d557df8..89a9af9a484652fc678a5c88d992dbd8a9845b4d 100644 (file)
@@ -9,8 +9,6 @@
 
 #define LOCAL_DEBUG
 
-#include <stdlib.h>
-
 #include "nest/bird.h"
 #include "nest/iface.h"
 #include "nest/protocol.h"
index e885877dfc0fc048163f531d99b8506d6112b470..66ccdb64a6509914899a0a20be0d3466c293849c 100644 (file)
@@ -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"