From: Daniel Stenberg Date: Wed, 12 Dec 2012 10:07:30 +0000 (+0100) Subject: gopher: #include cleanup X-Git-Tag: curl-7_29_0~216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=568befb6aa0d057b6291326c62be0de46bd2d5e3;p=curl gopher: #include cleanup Remove all system file includes from this file as they're not needed Reported by: Dan Fandrich --- 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 -#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"