From 568befb6aa0d057b6291326c62be0de46bd2d5e3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 12 Dec 2012 11:07:30 +0100 Subject: [PATCH] gopher: #include cleanup Remove all system file includes from this file as they're not needed Reported by: Dan Fandrich --- lib/gopher.c | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/lib/gopher.c b/lib/gopher.c index ac0397fe15888f..e8f2790fc48540 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"