diff options
Diffstat (limited to 'networking/libiproute/rtm_map.c')
-rw-r--r-- | networking/libiproute/rtm_map.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/networking/libiproute/rtm_map.c b/networking/libiproute/rtm_map.c index 21e818b..5f6a9e6 100644 --- a/networking/libiproute/rtm_map.c +++ b/networking/libiproute/rtm_map.c @@ -10,14 +10,8 @@ * */ -#include <stdio.h> #include <stdlib.h> -#include <unistd.h> -#include <syslog.h> -#include <fcntl.h> #include <string.h> -#include <sys/socket.h> -#include <netinet/in.h> #include "rt_names.h" #include "utils.h" |