aboutsummaryrefslogtreecommitdiff
path: root/lib/url.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/url.c
parent0337b871975ab515c513d2c5d596feb9a489494d (diff)
WIN32 io.h and fcntl.h inclusion done in setup_once.h
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/url.c b/lib/url.c
index f2bd6a0c7..39e9bab5d 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -30,9 +30,6 @@
#include <stdlib.h>
#include <ctype.h>
-#ifdef WIN32
-#include <io.h>
-#else
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
@@ -68,8 +65,6 @@
#error "We can't compile without socket() support!"
#endif
-#endif /* WIN32 */
-
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif