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: upstream/7.37.1~2232 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0c491026faa40d94d330f8809b0fbd70168a32f;p=platform%2Fupstream%2Fcurl.git 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 cdf87ea..00a2410 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"