From 63b5378a617437859da1e7ab5553d36eb83bdd44 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 29 Apr 2016 15:33:46 +0200 Subject: 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. --- lib/memdebug.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib') diff --git a/lib/memdebug.h b/lib/memdebug.h index a443a42a3..835dab38c 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 -- cgit v1.2.3