diff options
Diffstat (limited to 'networking/libiproute/libnetlink.c')
-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 5307cec..0f60409 100644 --- a/networking/libiproute/libnetlink.c +++ b/networking/libiproute/libnetlink.c @@ -11,16 +11,10 @@ * */ -#include "libbb.h" #include <sys/socket.h> - -#include <errno.h> -#include <string.h> -#include <time.h> -#include <unistd.h> - #include <sys/uio.h> +#include "libbb.h" #include "libnetlink.h" void rtnl_close(struct rtnl_handle *rth) |