summaryrefslogtreecommitdiff
path: root/networking/libiproute/ll_addr.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-05-31 22:42:12 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-05-31 22:42:12 +0000
commit9a7d38fe2448617df98ecaea7dbe6f3131088586 (patch)
tree5966d651dcb5588e24106791f9cd3647f358112b /networking/libiproute/ll_addr.c
parentfad2b86c9e7eaadb973b50a1bc0e2accc1a96cfd (diff)
downloadbusybox-w32-9a7d38fe2448617df98ecaea7dbe6f3131088586.tar.gz
busybox-w32-9a7d38fe2448617df98ecaea7dbe6f3131088586.tar.bz2
busybox-w32-9a7d38fe2448617df98ecaea7dbe6f3131088586.zip
delete tons of extra #includes
Diffstat (limited to 'networking/libiproute/ll_addr.c')
-rw-r--r--networking/libiproute/ll_addr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c
index b4a218780..ab5a2c522 100644
--- a/networking/libiproute/ll_addr.c
+++ b/networking/libiproute/ll_addr.c
@@ -10,11 +10,9 @@
10 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> 10 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
11 */ 11 */
12 12
13#include "libbb.h"
14
15#include <string.h>
16#include <net/if_arp.h> 13#include <net/if_arp.h>
17 14
15#include "libbb.h"
18#include "rt_names.h" 16#include "rt_names.h"
19#include "utils.h" 17#include "utils.h"
20 18