clean up redundant, commented-out and misplaced includes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-04-01 15:09:44 +02:00
parent 345e093c29
commit 5342c3f310
6 changed files with 16 additions and 37 deletions

View File

@@ -6,8 +6,6 @@
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
//#include <netdb.h>
#include "libbb.h"
struct hostent* FAST_FUNC xgethostbyname(const char *name)