Commit 63b5378a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent 0dc4d8e4
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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