Commit 01b0f106 authored by Yang Tse's avatar Yang Tse
Browse files

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

parent 3d8c0931
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@
 ***************************************************************************/
#include "tool_setup.h"

#include <curl/curl.h>

#define ENABLE_CURLX_PRINTF
/* use our own printf() functions */
#include "curlx.h"
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@
 ***************************************************************************/
#include "tool_setup.h"

#include <curl/curl.h>

#include "rawstr.h"

#define ENABLE_CURLX_PRINTF
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@
 ***************************************************************************/
#include "tool_setup.h"

#include <curl/curl.h>

#define ENABLE_CURLX_PRINTF
/* use our own printf() functions */
#include "curlx.h"
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@
 ***************************************************************************/
#include "tool_setup.h"

#include <curl/curl.h>

#ifdef HAVE_UNISTD_H
#  include <unistd.h>
#endif
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@
 ***************************************************************************/
#include "tool_setup.h"

#include <curl/curl.h>

#ifdef HAVE_UNISTD_H
#  include <unistd.h>
#endif
Loading