aboutsummaryrefslogtreecommitdiff
path: root/lib/file.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/file.c
parent0337b871975ab515c513d2c5d596feb9a489494d (diff)
WIN32 io.h and fcntl.h inclusion done in setup_once.h
Diffstat (limited to 'lib/file.c')
-rw-r--r--lib/file.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/file.c b/lib/file.c
index 8df6f37fe..c29b0c9f8 100644
--- a/lib/file.c
+++ b/lib/file.c
@@ -30,10 +30,6 @@
#include <stdlib.h>
#include <ctype.h>
-#ifdef WIN32
-#include <io.h>
-#include <fcntl.h>
-#else
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
@@ -64,8 +60,6 @@
#include <fcntl.h>
#endif
-#endif /* WIN32 */
-
#include "strtoofft.h"
#include "urldata.h"
#include <curl/curl.h>