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 e5a95e6a4..b7a828421 100644 --- a/networking/libiproute/ll_map.c +++ b/networking/libiproute/ll_map.c | |||
@@ -11,16 +11,11 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <stdio.h> | 13 | #include <stdio.h> |
14 | #include <string.h> | ||
14 | #include <stdlib.h> | 15 | #include <stdlib.h> |
15 | #include <unistd.h> | ||
16 | #include <syslog.h> | ||
17 | #include <fcntl.h> | ||
18 | #include <sys/socket.h> | ||
19 | #include <netinet/in.h> | 16 | #include <netinet/in.h> |
20 | #include <string.h> | ||
21 | 17 | ||
22 | #include "libnetlink.h" | 18 | #include "libnetlink.h" |
23 | #include "ll_map.h" | ||
24 | 19 | ||
25 | struct idxmap | 20 | struct idxmap |
26 | { | 21 | { |