From: Daniel Stenberg Date: Tue, 27 Dec 2016 21:02:14 +0000 (+0100) Subject: curl: remove superfluous include file X-Git-Tag: curl-7_53_0~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa6db9642e8044a14ccffa31b4933463d9c02ff0;p=thirdparty%2Fcurl.git curl: remove superfluous include file The is a leftover from the past when TCP socket options were set in this file. This include causes build issues on AIX 4.3. Reported-by: Kim Minjoong Closes #1178 --- diff --git a/src/tool_operate.c b/src/tool_operate.c index 54a11f6534..26662aec5b 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -35,10 +35,6 @@ # include #endif -#ifdef HAVE_NETINET_TCP_H -# include -#endif - #ifdef __VMS # include #endif