curl tool: make curl.h first header included in tool_setup.h

This commit is contained in:
Yang Tse
2012-04-08 13:50:18 +02:00
parent 3d8c093145
commit 01b0f1061d
28 changed files with 2 additions and 53 deletions

View File

@@ -21,8 +21,6 @@
***************************************************************************/
#include "tool_setup.h"
#include <curl/curl.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif