summaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-07-25 05:30:14 +0200
committerYang Tse <yangsita@gmail.com>2011-07-25 05:30:14 +0200
commit983f3d70f9610a35f279b656a3322087e272f2a6 (patch)
tree55b7683e46c1c079e902f85208d0eb64b08e3903 /lib/transfer.c
parent0337b871975ab515c513d2c5d596feb9a489494d (diff)
downloadcurl-983f3d70f9610a35f279b656a3322087e272f2a6.tar.gz
WIN32 io.h and fcntl.h inclusion done in setup_once.h
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index 656e5ccb1..718507e1b 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -33,9 +33,6 @@
#include "strequal.h"
#include "rawstr.h"
-#ifdef WIN32
-#include <io.h>
-#else
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
@@ -73,8 +70,6 @@
#error "We can't compile without socket() support!"
#endif
-#endif /* WIN32 */
-
#include "urldata.h"
#include <curl/curl.h>
#include "netrc.h"