summaryrefslogtreecommitdiff
path: root/networking/libiproute/rt_names.c
diff options
context:
space:
mode:
authorGlenn L McGrath2002-12-16 07:37:21 +0000
committerGlenn L McGrath2002-12-16 07:37:21 +0000
commit275be87be71dab9b00a67bd5010f8acf7255ce04 (patch)
tree2272ba327e20cf1b639235641693edc1eccf1cb1 /networking/libiproute/rt_names.c
parent1e132dd4dd0c2db7952bf0447bf1eff1f557f288 (diff)
downloadbusybox-275be87be71dab9b00a67bd5010f8acf7255ce04.zip
busybox-275be87be71dab9b00a67bd5010f8acf7255ce04.tar.gz
Only included headers that are used.
Diffstat (limited to 'networking/libiproute/rt_names.c')
-rw-r--r--networking/libiproute/rt_names.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/networking/libiproute/rt_names.c b/networking/libiproute/rt_names.c
index 2a7d85c..d503645 100644
--- a/networking/libiproute/rt_names.c
+++ b/networking/libiproute/rt_names.c
@@ -8,14 +8,10 @@
*
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
*/
-
#include <stdio.h>
#include <stdlib.h>
-#include <unistd.h>
-#include <syslog.h>
-#include <fcntl.h>
#include <string.h>
-#include <sys/time.h>
+
#include <stdint.h>
static void rtnl_tab_initialize(char *file, char **tab, int size)