aboutsummaryrefslogtreecommitdiff
path: root/lib/gopher.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-12-12 11:07:30 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-12-12 11:08:01 +0100
commit568befb6aa0d057b6291326c62be0de46bd2d5e3 (patch)
tree1749a95983d77e358affc21dac488d146150a91d /lib/gopher.c
parentf4b60e7f140d72a052a22a05bc47a0ffdc00725c (diff)
gopher: #include cleanup
Remove all system file includes from this file as they're not needed Reported by: Dan Fandrich
Diffstat (limited to 'lib/gopher.c')
-rw-r--r--lib/gopher.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/lib/gopher.c b/lib/gopher.c
index ac0397fe1..e8f2790fc 100644
--- a/lib/gopher.c
+++ b/lib/gopher.c
@@ -24,36 +24,6 @@
#ifndef CURL_DISABLE_GOPHER
-#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
-#ifdef HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-#ifdef HAVE_NET_IF_H
-#include <net/if.h>
-#endif
-#ifdef HAVE_SYS_IOCTL_H
-#include <sys/ioctl.h>
-#endif
-
-#ifdef HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
-
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
-
#include "urldata.h"
#include <curl/curl.h>
#include "transfer.h"