aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
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"