diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-04-01 15:09:44 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-04-01 15:09:44 +0200 |
commit | 5342c3f3106b4afa2a76d3173f4827c4b8236da8 (patch) | |
tree | dacc6d57ae73220cf5d6db48f77911e8fb314c7c /libbb/xgethostbyname.c | |
parent | 345e093c2910e9e837de5b7cc5fb46752351f84d (diff) | |
download | busybox-w32-5342c3f3106b4afa2a76d3173f4827c4b8236da8.tar.gz busybox-w32-5342c3f3106b4afa2a76d3173f4827c4b8236da8.tar.bz2 busybox-w32-5342c3f3106b4afa2a76d3173f4827c4b8236da8.zip |
clean up redundant, commented-out and misplaced includes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/xgethostbyname.c')
-rw-r--r-- | libbb/xgethostbyname.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/xgethostbyname.c b/libbb/xgethostbyname.c index f1839f7e6..7afa9b696 100644 --- a/libbb/xgethostbyname.c +++ b/libbb/xgethostbyname.c | |||
@@ -6,8 +6,6 @@ | |||
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
8 | */ | 8 | */ |
9 | |||
10 | //#include <netdb.h> | ||
11 | #include "libbb.h" | 9 | #include "libbb.h" |
12 | 10 | ||
13 | struct hostent* FAST_FUNC xgethostbyname(const char *name) | 11 | struct hostent* FAST_FUNC xgethostbyname(const char *name) |