summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ip.c3
-rw-r--r--lib/ipv6.c1
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/ip.c b/lib/ip.c
index 143f50e..25b4d10 100644
--- 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)
diff --git a/lib/ipv6.c b/lib/ipv6.c
index b533c58..fa84b84 100644
--- a/lib/ipv6.c
+++ b/lib/ipv6.c
@@ -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"