diff options
Diffstat (limited to 'lib/file.c')
-rw-r--r-- | lib/file.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/file.c b/lib/file.c index ebb08664d..886a09e24 100644 --- a/lib/file.c +++ b/lib/file.c @@ -24,15 +24,9 @@ #ifndef CURL_DISABLE_FILE -#ifdef HAVE_SYS_SOCKET_H -#include <sys/socket.h> -#endif #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif -#ifdef HAVE_UNISTD_H -#include <unistd.h> -#endif #ifdef HAVE_NETDB_H #include <netdb.h> #endif |