aboutsummaryrefslogtreecommitdiff
path: root/src/tool_setopt.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-04-08 13:50:18 +0200
committerYang Tse <yangsita@gmail.com>2012-04-08 13:50:18 +0200
commit01b0f1061da2bd7a8703f4c8aa846a9088d7ab3e (patch)
tree99ba9e89adbdf0b591c9c78880daa8e3b4eaf4fb /src/tool_setopt.c
parent3d8c093145e1bd04fd1d0c187df29bc0e5942b91 (diff)
curl tool: make curl.h first header included in tool_setup.h
Diffstat (limited to 'src/tool_setopt.c')
-rw-r--r--src/tool_setopt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tool_setopt.c b/src/tool_setopt.c
index d387af181..0b6207be4 100644
--- a/src/tool_setopt.c
+++ b/src/tool_setopt.c
@@ -23,8 +23,6 @@
#ifndef CURL_DISABLE_LIBCURL_OPTION
-#include <curl/curl.h>
-
#define ENABLE_CURLX_PRINTF
/* use our own printf() functions */
#include "curlx.h"