From: Yang Tse Date: Wed, 6 Feb 2013 03:51:00 +0000 (+0100) Subject: tool_main.c: post VMS patch cleanup - I X-Git-Tag: curl-7_29_0~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0c491026faa40d94d330f8809b0fbd70168a32f;p=curl tool_main.c: post VMS patch cleanup - I - remove header inclusion already done in curl_setup_once.h --- diff --git a/src/tool_main.c b/src/tool_main.c index cdf87ea3c..00a241032 100644 --- a/src/tool_main.c +++ b/src/tool_main.c @@ -27,10 +27,6 @@ #include #endif -#ifdef HAVE_UNISTD_H -# include -#endif - #define ENABLE_CURLX_PRINTF /* use our own printf() functions */ #include "curlx.h"