aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2007-02-26 04:24:26 +0000
committerGisle Vanem <gvanem@broadpark.no>2007-02-26 04:24:26 +0000
commitc514a2a89aa1c1e06b70405eedb4e1f70b27fd10 (patch)
treec685e0a7611170a72dfa9c9825f95fb2ee7be900 /lib/transfer.c
parente2f0580dfe45c9337394ecce74ca769a3d07635d (diff)
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
since they're already included through "setup.h".
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c9
1 files changed, 1 insertions, 8 deletions
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 <stdarg.h>
#include <stdlib.h>
#include <ctype.h>
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-#ifdef HAVE_SYS_STAT_H
-#include <sys/stat.h>
-#endif
-
#include <errno.h>
#include "strtoofft.h"
@@ -81,7 +74,7 @@
#error "We can't compile without socket() support!"
#endif
-#endif
+#endif /* WIN32 */
#include "urldata.h"
#include <curl/curl.h>