aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ll_map.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_map.c
parentff97ee9abda67ac0b85e0dc97a3d78ee85071cbf (diff)
downloadbusybox-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/ll_map.c')
-rw-r--r--networking/libiproute/ll_map.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/networking/libiproute/ll_map.c b/networking/libiproute/ll_map.c
index 24487eb3d..0ac5ea956 100644
--- a/networking/libiproute/ll_map.c
+++ b/networking/libiproute/ll_map.c
@@ -10,14 +10,11 @@
10 * 10 *
11 */ 11 */
12 12
13#include <stdio.h> 13#include "libbb.h"
14#include <string.h> 14#include <string.h>
15#include <stdlib.h>
16#include <netinet/in.h>
17 15
18#include "libnetlink.h" 16#include "libnetlink.h"
19#include "ll_map.h" 17#include "ll_map.h"
20#include "libbb.h"
21 18
22struct idxmap 19struct idxmap
23{ 20{