mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
memdebug.h: remove inclusion of other headers
Mostly because they're not needed, because memdebug.h is always included last of all headers so the others already included the correct ones. But also, starting now we don't want this to accidentally include any system headers, as the header included _before_ this header may add defines and other fun stuff that we won't want used in system includes.
This commit is contained in:
parent
0dc4d8e42e
commit
63b5378a61
@ -28,10 +28,6 @@
|
||||
* as well as the library. Do not mix with library internals!
|
||||
*/
|
||||
|
||||
#include "curl_setup.h"
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
#define CURL_MT_LOGFNAME_BUFSIZE 512
|
||||
|
||||
#define logfile curl_debuglogfile
|
||||
|
Loading…
Reference in New Issue
Block a user