diff --git a/lib/gopher.c b/lib/gopher.c index ac0397fe15..e8f2790fc4 100644 --- a/lib/gopher.c +++ b/lib/gopher.c @@ -24,36 +24,6 @@ #ifndef CURL_DISABLE_GOPHER -#ifdef HAVE_SYS_SOCKET_H -#include -#endif -#ifdef HAVE_NETINET_IN_H -#include -#endif -#ifdef HAVE_UNISTD_H -#include -#endif -#ifdef HAVE_NETDB_H -#include -#endif -#ifdef HAVE_ARPA_INET_H -#include -#endif -#ifdef HAVE_NET_IF_H -#include -#endif -#ifdef HAVE_SYS_IOCTL_H -#include -#endif - -#ifdef HAVE_SYS_PARAM_H -#include -#endif - -#ifdef HAVE_SYS_SELECT_H -#include -#endif - #include "urldata.h" #include #include "transfer.h"