diff options
Diffstat (limited to 'networking/zcip.c')
-rw-r--r-- | networking/zcip.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/networking/zcip.c b/networking/zcip.c index 6bd7f25..27e281c 100644 --- a/networking/zcip.c +++ b/networking/zcip.c @@ -24,14 +24,9 @@ // - link status monitoring (restart on link-up; stop on link-down) #include "busybox.h" -#include <errno.h> -#include <string.h> #include <syslog.h> #include <poll.h> -#include <time.h> - #include <sys/wait.h> - #include <netinet/ether.h> #include <net/ethernet.h> #include <net/if.h> |