diff options
Diffstat (limited to 'networking/ping.c')
-rw-r--r-- | networking/ping.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/ping.c b/networking/ping.c index de97d7e..12730be 100644 --- a/networking/ping.c +++ b/networking/ping.c @@ -12,11 +12,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -//#include <netinet/in.h> -//#include <netinet/ip.h> #include <netinet/ip_icmp.h> -//#include <arpa/inet.h> -//#include <netdb.h> #include "busybox.h" enum { |