aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/rtm_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/libiproute/rtm_map.c')
-rw-r--r--networking/libiproute/rtm_map.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/networking/libiproute/rtm_map.c b/networking/libiproute/rtm_map.c
index 21e818b4a..5f6a9e69c 100644
--- a/networking/libiproute/rtm_map.c
+++ b/networking/libiproute/rtm_map.c
@@ -10,14 +10,8 @@
10 * 10 *
11 */ 11 */
12 12
13#include <stdio.h>
14#include <stdlib.h> 13#include <stdlib.h>
15#include <unistd.h>
16#include <syslog.h>
17#include <fcntl.h>
18#include <string.h> 14#include <string.h>
19#include <sys/socket.h>
20#include <netinet/in.h>
21 15
22#include "rt_names.h" 16#include "rt_names.h"
23#include "utils.h" 17#include "utils.h"