diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-31 23:40:00 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-31 23:40:00 +0000 |
commit | ac4b4683aee8e5aa566b0b5f99bd940bc10d9b71 (patch) | |
tree | 0c2f034e72326adf1a2d4c3457eb472bbd17dfe4 /lib/ip.c | |
parent | 3cf4a2e2b03d00adce703cd1dc961eea77b7a57b (diff) |
Removal of useless includes continues...
Diffstat (limited to 'lib/ip.c')
-rw-r--r-- | lib/ip.c | 3 |
1 files changed, 0 insertions, 3 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) |