diff options
author | Yang Tse <yangsita@gmail.com> | 2012-04-08 13:50:18 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-04-08 13:50:18 +0200 |
commit | 01b0f1061da2bd7a8703f4c8aa846a9088d7ab3e (patch) | |
tree | 99ba9e89adbdf0b591c9c78880daa8e3b4eaf4fb /src/tool_doswin.c | |
parent | 3d8c093145e1bd04fd1d0c187df29bc0e5942b91 (diff) | |
download | curl-01b0f1061da2bd7a8703f4c8aa846a9088d7ab3e.tar.gz |
curl tool: make curl.h first header included in tool_setup.h
Diffstat (limited to 'src/tool_doswin.c')
-rw-r--r-- | src/tool_doswin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tool_doswin.c b/src/tool_doswin.c index 02957dbb9..c1ba48ea9 100644 --- a/src/tool_doswin.c +++ b/src/tool_doswin.c @@ -28,7 +28,6 @@ #endif #ifdef WIN32 -# include <curl/curl.h> # include "tool_cfgable.h" # include "tool_libinfo.h" #endif |