aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ll_addr.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-06-02 20:53:38 +0000
committerRob Landley <rob@landley.net>2006-06-02 20:53:38 +0000
commitecae66ac16338d8cddb55e1782ebd8c5f670ff53 (patch)
treeec67cd4591e5730790172f99eefd519ad7985e58 /networking/libiproute/ll_addr.c
parentff97ee9abda67ac0b85e0dc97a3d78ee85071cbf (diff)
downloadbusybox-ecae66ac16338d8cddb55e1782ebd8c5f670ff53.tar.gz
Header cleanup: don't #include headers that libbb.h already includes.
Diffstat (limited to 'networking/libiproute/ll_addr.c')
-rw-r--r--networking/libiproute/ll_addr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c
index c4c446463..bb89a45a8 100644
--- a/networking/libiproute/ll_addr.c
+++ b/networking/libiproute/ll_addr.c
@@ -9,14 +9,14 @@
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
*/
-#include <arpa/inet.h>
+#include "libbb.h"
+
#include <string.h>
#include <net/if_arp.h>
#include "rt_names.h"
#include "utils.h"
-#include "libbb.h"
const char *ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen)
{