A patch from John F. Kelly to add in a utility for configuring
[oweals/busybox.git] / networking / libiproute / rt_names.c
index 2a7d85cdb2be0b311772338d0119087737700372..d503645b0b934caceede1cadea225bf1e4ac4589 100644 (file)
@@ -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)