From c514a2a89aa1c1e06b70405eedb4e1f70b27fd10 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Mon, 26 Feb 2007 04:24:26 +0000 Subject: Removed inclusion of and in .c-files since they're already included through "setup.h". --- lib/transfer.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'lib/transfer.c') diff --git a/lib/transfer.c b/lib/transfer.c index 324aba260..8e6f5e19f 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -29,13 +29,6 @@ #include #include #include -#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_SYS_STAT_H -#include -#endif - #include #include "strtoofft.h" @@ -81,7 +74,7 @@ #error "We can't compile without socket() support!" #endif -#endif +#endif /* WIN32 */ #include "urldata.h" #include -- cgit v1.2.3