From aa6db9642e8044a14ccffa31b4933463d9c02ff0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 27 Dec 2016 22:02:14 +0100 Subject: 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 --- src/tool_operate.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tool_operate.c b/src/tool_operate.c index 54a11f653..26662aec5 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 -- cgit v1.2.3