diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-16 07:37:21 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-16 07:37:21 +0000 |
commit | 275be87be71dab9b00a67bd5010f8acf7255ce04 (patch) | |
tree | 2272ba327e20cf1b639235641693edc1eccf1cb1 /networking/libiproute/utils.c | |
parent | 1e132dd4dd0c2db7952bf0447bf1eff1f557f288 (diff) | |
download | busybox-w32-275be87be71dab9b00a67bd5010f8acf7255ce04.tar.gz busybox-w32-275be87be71dab9b00a67bd5010f8acf7255ce04.tar.bz2 busybox-w32-275be87be71dab9b00a67bd5010f8acf7255ce04.zip |
Only included headers that are used.
Diffstat (limited to '')
-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 @@ | |||
14 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses | 14 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include <stdio.h> | ||
18 | #include <stdlib.h> | 17 | #include <stdlib.h> |
19 | #include <unistd.h> | ||
20 | #include <syslog.h> | ||
21 | #include <fcntl.h> | ||
22 | #include <sys/socket.h> | ||
23 | #include <netinet/in.h> | ||
24 | #include <string.h> | 18 | #include <string.h> |
25 | #include <netdb.h> | ||
26 | #include <arpa/inet.h> | 19 | #include <arpa/inet.h> |
27 | #include <resolv.h> | ||
28 | 20 | ||
29 | #include "./linux/pkt_sched.h" | ||
30 | #include "utils.h" | 21 | #include "utils.h" |
31 | #include "libbb.h" | 22 | #include "libbb.h" |
32 | 23 | ||