diff options
Diffstat (limited to 'networking')
-rw-r--r-- | networking/libiproute/libnetlink.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/networking/libiproute/libnetlink.c b/networking/libiproute/libnetlink.c index 5307cec2c..0f6040977 100644 --- a/networking/libiproute/libnetlink.c +++ b/networking/libiproute/libnetlink.c | |||
@@ -11,16 +11,10 @@ | |||
11 | * | 11 | * |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include "libbb.h" | ||
15 | #include <sys/socket.h> | 14 | #include <sys/socket.h> |
16 | |||
17 | #include <errno.h> | ||
18 | #include <string.h> | ||
19 | #include <time.h> | ||
20 | #include <unistd.h> | ||
21 | |||
22 | #include <sys/uio.h> | 15 | #include <sys/uio.h> |
23 | 16 | ||
17 | #include "libbb.h" | ||
24 | #include "libnetlink.h" | 18 | #include "libnetlink.h" |
25 | 19 | ||
26 | void rtnl_close(struct rtnl_handle *rth) | 20 | void rtnl_close(struct rtnl_handle *rth) |