From 299a6b4d7bf40c30e4a52ee8311c17ffd42b3035 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 27 May 2006 21:42:58 +0000 Subject: Consolidate #include so libbb.h does it. --- networking/arping.c | 1 - networking/fakeidentd.c | 1 - networking/ftpgetput.c | 1 - networking/httpd.c | 1 - networking/inetd.c | 1 - networking/nc.c | 1 - networking/ping.c | 1 - networking/ping6.c | 1 - networking/telnet.c | 7 ------- networking/telnetd.c | 1 - networking/tftp.c | 1 - networking/traceroute.c | 1 - networking/udhcp/arpping.c | 1 - networking/udhcp/dhcpc.c | 1 - networking/udhcp/dhcpd.c | 1 - networking/wget.c | 1 - networking/zcip.c | 1 - 17 files changed, 23 deletions(-) (limited to 'networking') diff --git a/networking/arping.c b/networking/arping.c index 303e49935..e12fa508b 100644 --- a/networking/arping.c +++ b/networking/arping.c @@ -10,7 +10,6 @@ #include #include -#include #include #include diff --git a/networking/fakeidentd.c b/networking/fakeidentd.c index cae6b8138..d3aa3ce5d 100644 --- a/networking/fakeidentd.c +++ b/networking/fakeidentd.c @@ -23,7 +23,6 @@ #include #include -#include #include #include #include diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index a401ec50a..48b18b536 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c @@ -15,7 +15,6 @@ #include #include -#include #include #include diff --git a/networking/httpd.c b/networking/httpd.c index 1d8c893f2..4cd09448c 100644 --- a/networking/httpd.c +++ b/networking/httpd.c @@ -99,7 +99,6 @@ #include #include /* for connect and socket*/ #include /* for sockaddr_in */ -#include #include #include #include /* for open modes */ diff --git a/networking/inetd.c b/networking/inetd.c index 39a2b24cb..3ecd32292 100644 --- a/networking/inetd.c +++ b/networking/inetd.c @@ -134,7 +134,6 @@ #include #include #include -#include #include diff --git a/networking/nc.c b/networking/nc.c index 637e97572..24f1aa5a5 100644 --- a/networking/nc.c +++ b/networking/nc.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include "busybox.h" diff --git a/networking/ping.c b/networking/ping.c index 7fe52ab39..d9d76bf34 100644 --- a/networking/ping.c +++ b/networking/ping.c @@ -15,7 +15,6 @@ #include #include #include -#include #include #include diff --git a/networking/ping6.c b/networking/ping6.c index 3f632e060..1cff59d4b 100644 --- a/networking/ping6.c +++ b/networking/ping6.c @@ -37,7 +37,6 @@ #include #include #include -#include #include #include diff --git a/networking/telnet.c b/networking/telnet.c index b3045f878..c835c7a45 100644 --- a/networking/telnet.c +++ b/networking/telnet.c @@ -45,13 +45,6 @@ enum { DOTRACE = 1 }; #define TRACE(x, y) #endif -#if 0 -#define USE_POLL -#include -#else -#include -#endif - #define DATABUFSIZE 128 #define IACBUFSIZE 128 diff --git a/networking/telnetd.c b/networking/telnetd.c index d51560bfb..5a11ffb8c 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c @@ -24,7 +24,6 @@ /*#define DEBUG 1 */ #undef DEBUG -#include #include #include #include diff --git a/networking/tftp.c b/networking/tftp.c index b830f18a5..bdba16727 100644 --- a/networking/tftp.c +++ b/networking/tftp.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/networking/traceroute.c b/networking/traceroute.c index e0f17a57f..190f19ddc 100644 --- a/networking/traceroute.c +++ b/networking/traceroute.c @@ -218,7 +218,6 @@ #include #include #include -#include /* concession to AIX */ #include #include "inet_common.h" diff --git a/networking/udhcp/arpping.c b/networking/udhcp/arpping.c index df626f159..b029af9bf 100644 --- a/networking/udhcp/arpping.c +++ b/networking/udhcp/arpping.c @@ -5,7 +5,6 @@ * by Yoichi Hariguchi */ -#include #include #include #include diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index 222bd6519..1d9ab6db6 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c @@ -7,7 +7,6 @@ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. */ -#include #include #include #include diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c index 28acb6bcc..6c5a753eb 100644 --- a/networking/udhcp/dhcpd.c +++ b/networking/udhcp/dhcpd.c @@ -34,7 +34,6 @@ #include #include #include -#include #include "dhcpd.h" #include "arpping.h" diff --git a/networking/wget.c b/networking/wget.c index d55f4b007..fdcc68df3 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -17,7 +17,6 @@ #include #include -#include #include #include #include diff --git a/networking/zcip.c b/networking/zcip.c index ed30bb33a..b5a904d46 100644 --- a/networking/zcip.c +++ b/networking/zcip.c @@ -38,7 +38,6 @@ #include #include #include -#include #include #include -- cgit v1.2.3