diff options
Diffstat (limited to 'networking/libiproute/utils.c')
-rw-r--r-- | networking/libiproute/utils.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c index 9ae21b464..63084e15e 100644 --- a/networking/libiproute/utils.c +++ b/networking/libiproute/utils.c @@ -14,19 +14,10 @@ * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses */ -#include <stdio.h> #include <stdlib.h> -#include <unistd.h> -#include <syslog.h> -#include <fcntl.h> -#include <sys/socket.h> -#include <netinet/in.h> #include <string.h> -#include <netdb.h> #include <arpa/inet.h> -#include <resolv.h> -#include "./linux/pkt_sched.h" #include "utils.h" #include "libbb.h" |