A patch from John F. Kelly to add in a utility for configuring
[oweals/busybox.git] / networking / libiproute / ll_types.c
index f14583634a12b9041d435a1b429e7b93e5caca44..925d60ddc0020d5cb7748b53ae9e630763014020 100644 (file)
@@ -8,22 +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 <sys/ioctl.h>
-#include <sys/socket.h>
-#include <sys/ioctl.h>
-#include <netinet/in.h>
 #include <arpa/inet.h>
-#include <string.h>
 
-#include <linux/netdevice.h>
 #include <linux/if_arp.h>
-#include <linux/sockios.h>
 
 char * ll_type_n2a(int type, char *buf, int len)
 {