diff options
Diffstat (limited to 'networking/libiproute/ll_map.c')
-rw-r--r-- | networking/libiproute/ll_map.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/networking/libiproute/ll_map.c b/networking/libiproute/ll_map.c index e5a95e6..b7a8284 100644 --- a/networking/libiproute/ll_map.c +++ b/networking/libiproute/ll_map.c @@ -11,16 +11,11 @@ */ #include <stdio.h> +#include <string.h> #include <stdlib.h> -#include <unistd.h> -#include <syslog.h> -#include <fcntl.h> -#include <sys/socket.h> #include <netinet/in.h> -#include <string.h> #include "libnetlink.h" -#include "ll_map.h" struct idxmap { |