1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

tool_main.c: post VMS patch cleanup - I

- remove header inclusion already done in curl_setup_once.h
This commit is contained in:
Yang Tse 2013-02-06 04:51:00 +01:00
parent 12f4ea50f7
commit e0c491026f

View File

@ -27,10 +27,6 @@
#include <signal.h> #include <signal.h>
#endif #endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#define ENABLE_CURLX_PRINTF #define ENABLE_CURLX_PRINTF
/* use our own printf() functions */ /* use our own printf() functions */
#include "curlx.h" #include "curlx.h"