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>
#define ENABLE_CURLX_PRINTF
/* use our own printf() functions */
#include "curlx.h"

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "tool_setup.h"
#include <curl/curl.h>
#include "rawstr.h"
#define ENABLE_CURLX_PRINTF

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "tool_setup.h"
#include <curl/curl.h>
#define ENABLE_CURLX_PRINTF
/* use our own printf() functions */
#include "curlx.h"

View File

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

View File

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

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "tool_setup.h"
#include <curl/curl.h>
#define ENABLE_CURLX_PRINTF
/* use our own printf() functions */
#include "curlx.h"

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "tool_setup.h"
#include <curl/curl.h>
#include "tool_cfgable.h"
#include "memdebug.h" /* keep this as LAST include */

View File

@ -27,8 +27,6 @@
# include <iconv.h>
#endif
#include <curl/curl.h>
#include "tool_convert.h"
#include "memdebug.h" /* keep this as LAST include */

View File

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

View File

@ -28,7 +28,6 @@
#endif
#ifdef WIN32
# include <curl/curl.h>
# include "tool_cfgable.h"
# include "tool_libinfo.h"
#endif

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "tool_setup.h"
#include <curl/curl.h>
#ifndef CURL_DISABLE_LIBCURL_OPTION
#define ENABLE_CURLX_PRINTF

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "tool_setup.h"
#include <curl/curl.h>
#include "rawstr.h"
#define ENABLE_CURLX_PRINTF

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "tool_setup.h"
#include <curl/curl.h>
#include "rawstr.h"
#define ENABLE_CURLX_PRINTF

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "tool_setup.h"
#include <curl/curl.h>
#include "rawstr.h"
#define ENABLE_CURLX_PRINTF

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "tool_setup.h"
#include <curl/curl.h>
#include "rawstr.h"
#define ENABLE_CURLX_PRINTF

View File

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

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "tool_setup.h"
#include <curl/curl.h>
#include "tool_mfiles.h"
#include "memdebug.h" /* keep this as LAST include */

View File

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

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "tool_setup.h"
#include <curl/curl.h>
#include "rawstr.h"
#define ENABLE_CURLX_PRINTF

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "tool_setup.h"
#include <curl/curl.h>
#include "rawstr.h"
#define ENABLE_CURLX_PRINTF

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "tool_setup.h"
#include <curl/curl.h>
#define ENABLE_CURLX_PRINTF
/* use our own printf() functions */
#include "curlx.h"

View File

@ -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"

View File

@ -24,6 +24,8 @@
#define CURL_NO_OLDIES
#include <curl/curl.h> /* external interface */
#include "setup.h" /* from the lib directory */
#if defined(macintosh) && defined(__MRC__)

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "tool_setup.h"
#include <curl/curl.h>
#define _MPRINTF_REPLACE /* we want curl-functions instead of native ones */
#include <curl/mprintf.h>

View File

@ -28,8 +28,6 @@
#include <unixlib.h>
#endif
#include <curl/curl.h>
#define ENABLE_CURLX_PRINTF
#include "curlx.h"

View File

@ -27,8 +27,6 @@
# include <kernel.h>
#endif
#include <curl/curl.h>
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>

View File

@ -21,8 +21,6 @@
***************************************************************************/
#include "tool_setup.h"
#include <curl/curl.h>
#define _MPRINTF_REPLACE /* we want curl-functions instead of native ones */
#include <curl/mprintf.h>

View File

@ -25,8 +25,6 @@
# include <sys/xattr.h> /* header from libc, not from libattr */
#endif
#include <curl/curl.h>
#include "tool_xattr.h"
#include "memdebug.h" /* keep this as LAST include */