aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/rtm_map.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-31 22:42:12 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-31 22:42:12 +0000
commit4ab25db9aad167a3a3be5a3764d63d44d14bfdac (patch)
tree5966d651dcb5588e24106791f9cd3647f358112b /networking/libiproute/rtm_map.c
parent3ea433409694393b67dd9dee3b184268ab75ac56 (diff)
downloadbusybox-w32-4ab25db9aad167a3a3be5a3764d63d44d14bfdac.tar.gz
busybox-w32-4ab25db9aad167a3a3be5a3764d63d44d14bfdac.tar.bz2
busybox-w32-4ab25db9aad167a3a3be5a3764d63d44d14bfdac.zip
delete tons of extra #includes
git-svn-id: svn://busybox.net/trunk/busybox@18717 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking/libiproute/rtm_map.c')
-rw-r--r--networking/libiproute/rtm_map.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/libiproute/rtm_map.c b/networking/libiproute/rtm_map.c
index c16406b8b..7fad0ecc8 100644
--- a/networking/libiproute/rtm_map.c
+++ b/networking/libiproute/rtm_map.c
@@ -11,8 +11,7 @@
11 * 11 *
12 */ 12 */
13 13
14#include <stdlib.h> 14#include "libbb.h"
15#include <string.h>
16#include "rt_names.h" 15#include "rt_names.h"
17#include "utils.h" 16#include "utils.h"
18 17