aboutsummaryrefslogtreecommitdiff
path: root/src/tool_main.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2013-02-06 04:51:00 +0100
committerYang Tse <yangsita@gmail.com>2013-02-06 04:51:00 +0100
commite0c491026faa40d94d330f8809b0fbd70168a32f (patch)
tree3e2bda38acd6339a34a1e3df22c84cd4a4eee643 /src/tool_main.c
parent12f4ea50f74df7c165222c4f4621a5f26c83ded5 (diff)
tool_main.c: post VMS patch cleanup - I
- remove header inclusion already done in curl_setup_once.h
Diffstat (limited to 'src/tool_main.c')
-rw-r--r--src/tool_main.c4
1 files changed, 0 insertions, 4 deletions
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 <signal.h>
#endif
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
-
#define ENABLE_CURLX_PRINTF
/* use our own printf() functions */
#include "curlx.h"