aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ll_addr.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-16 07:37:21 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-16 07:37:21 +0000
commit275be87be71dab9b00a67bd5010f8acf7255ce04 (patch)
tree2272ba327e20cf1b639235641693edc1eccf1cb1 /networking/libiproute/ll_addr.c
parent1e132dd4dd0c2db7952bf0447bf1eff1f557f288 (diff)
downloadbusybox-w32-275be87be71dab9b00a67bd5010f8acf7255ce04.tar.gz
busybox-w32-275be87be71dab9b00a67bd5010f8acf7255ce04.tar.bz2
busybox-w32-275be87be71dab9b00a67bd5010f8acf7255ce04.zip
Only included headers that are used.
Diffstat (limited to 'networking/libiproute/ll_addr.c')
-rw-r--r--networking/libiproute/ll_addr.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c
index 19b31366c..551484cf6 100644
--- a/networking/libiproute/ll_addr.c
+++ b/networking/libiproute/ll_addr.c
@@ -9,21 +9,10 @@
9 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> 9 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
10 */ 10 */
11 11
12#include <stdio.h>
13#include <stdlib.h>
14#include <unistd.h>
15#include <syslog.h>
16#include <fcntl.h>
17#include <sys/ioctl.h>
18#include <sys/socket.h>
19#include <sys/ioctl.h>
20#include <netinet/in.h>
21#include <arpa/inet.h> 12#include <arpa/inet.h>
22#include <string.h> 13#include <string.h>
23 14
24#include <linux/netdevice.h>
25#include <linux/if_arp.h> 15#include <linux/if_arp.h>
26#include <linux/sockios.h>
27 16
28#include "utils.h" 17#include "utils.h"
29#include "libbb.h" 18#include "libbb.h"