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/libnetlink.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 'networking/libiproute/libnetlink.c')
-rw-r--r-- | networking/libiproute/libnetlink.c | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/networking/libiproute/libnetlink.c b/networking/libiproute/libnetlink.c index 99672382a..fbc555dfe 100644 --- a/networking/libiproute/libnetlink.c +++ b/networking/libiproute/libnetlink.c | |||
@@ -10,18 +10,13 @@ | |||
10 | * | 10 | * |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <stdio.h> | ||
14 | #include <stdlib.h> | ||
15 | #include <unistd.h> | ||
16 | #include <syslog.h> | ||
17 | #include <fcntl.h> | ||
18 | #include <net/if_arp.h> | ||
19 | #include <sys/socket.h> | 13 | #include <sys/socket.h> |
20 | #include <netinet/in.h> | 14 | |
21 | #include <string.h> | ||
22 | #include <errno.h> | 15 | #include <errno.h> |
16 | #include <stdio.h> | ||
17 | #include <string.h> | ||
23 | #include <time.h> | 18 | #include <time.h> |
24 | #include <sys/uio.h> | 19 | #include <unistd.h> |
25 | 20 | ||
26 | #include "libnetlink.h" | 21 | #include "libnetlink.h" |
27 | #include "libbb.h" | 22 | #include "libbb.h" |