diff options
author | Glenn L McGrath | 2002-12-16 07:37:21 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-12-16 07:37:21 +0000 |
commit | 275be87be71dab9b00a67bd5010f8acf7255ce04 (patch) | |
tree | 2272ba327e20cf1b639235641693edc1eccf1cb1 /networking/libiproute/libnetlink.c | |
parent | 1e132dd4dd0c2db7952bf0447bf1eff1f557f288 (diff) | |
download | busybox-275be87be71dab9b00a67bd5010f8acf7255ce04.zip busybox-275be87be71dab9b00a67bd5010f8acf7255ce04.tar.gz |
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 9967238..fbc555d 100644 --- a/networking/libiproute/libnetlink.c +++ b/networking/libiproute/libnetlink.c @@ -10,18 +10,13 @@ * */ -#include <stdio.h> -#include <stdlib.h> -#include <unistd.h> -#include <syslog.h> -#include <fcntl.h> -#include <net/if_arp.h> #include <sys/socket.h> -#include <netinet/in.h> -#include <string.h> + #include <errno.h> +#include <stdio.h> +#include <string.h> #include <time.h> -#include <sys/uio.h> +#include <unistd.h> #include "libnetlink.h" #include "libbb.h" |