diff options
Diffstat (limited to 'networking/libiproute/ll_map.c')
-rw-r--r-- | networking/libiproute/ll_map.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/networking/libiproute/ll_map.c b/networking/libiproute/ll_map.c index 24487eb3d..0ac5ea956 100644 --- a/networking/libiproute/ll_map.c +++ b/networking/libiproute/ll_map.c @@ -10,14 +10,11 @@ * */ -#include <stdio.h> +#include "libbb.h" #include <string.h> -#include <stdlib.h> -#include <netinet/in.h> #include "libnetlink.h" #include "ll_map.h" -#include "libbb.h" struct idxmap { |