From: Daniel Stenberg Date: Fri, 29 Apr 2016 13:33:46 +0000 (+0200) Subject: memdebug.h: remove inclusion of other headers X-Git-Tag: curl-7_49_0~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63b5378a617437859da1e7ab5553d36eb83bdd44;p=thirdparty%2Fcurl.git 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. --- diff --git a/lib/memdebug.h b/lib/memdebug.h index a443a42a3a..835dab38c7 100644 --- a/lib/memdebug.h +++ b/lib/memdebug.h @@ -28,10 +28,6 @@ * as well as the library. Do not mix with library internals! */ -#include "curl_setup.h" - -#include - #define CURL_MT_LOGFNAME_BUFSIZE 512 #define logfile curl_debuglogfile