diff options
author | Rob Landley <rob@landley.net> | 2006-06-02 20:53:38 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-06-02 20:53:38 +0000 |
commit | ecae66ac16338d8cddb55e1782ebd8c5f670ff53 (patch) | |
tree | ec67cd4591e5730790172f99eefd519ad7985e58 /networking/libiproute/ipaddress.c | |
parent | ff97ee9abda67ac0b85e0dc97a3d78ee85071cbf (diff) | |
download | busybox-w32-ecae66ac16338d8cddb55e1782ebd8c5f670ff53.tar.gz busybox-w32-ecae66ac16338d8cddb55e1782ebd8c5f670ff53.tar.bz2 busybox-w32-ecae66ac16338d8cddb55e1782ebd8c5f670ff53.zip |
Header cleanup: don't #include headers that libbb.h already includes.
Diffstat (limited to 'networking/libiproute/ipaddress.c')
-rw-r--r-- | networking/libiproute/ipaddress.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index a74250621..a048cff99 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c | |||
@@ -9,16 +9,14 @@ | |||
9 | * Laszlo Valko <valko@linux.karinthy.hu> 990223: address label must be zero terminated | 9 | * Laszlo Valko <valko@linux.karinthy.hu> 990223: address label must be zero terminated |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include "libbb.h" | ||
12 | #include <sys/socket.h> | 13 | #include <sys/socket.h> |
13 | #include <sys/ioctl.h> | 14 | #include <sys/ioctl.h> |
14 | 15 | ||
15 | #include <fnmatch.h> | 16 | #include <fnmatch.h> |
16 | #include <stdlib.h> | ||
17 | #include <string.h> | 17 | #include <string.h> |
18 | #include <unistd.h> | 18 | #include <unistd.h> |
19 | 19 | ||
20 | #include <arpa/inet.h> | ||
21 | |||
22 | #include <net/if.h> | 20 | #include <net/if.h> |
23 | #include <net/if_arp.h> | 21 | #include <net/if_arp.h> |
24 | 22 | ||
@@ -26,7 +24,6 @@ | |||
26 | #include "utils.h" | 24 | #include "utils.h" |
27 | #include "ip_common.h" | 25 | #include "ip_common.h" |
28 | 26 | ||
29 | #include "libbb.h" | ||
30 | 27 | ||
31 | static struct | 28 | static struct |
32 | { | 29 | { |