From cd3d8daf65a22b2a41ccd0165a3d5dd24d5cdd15 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 6 Jul 2025 02:13:01 +0200 Subject: [PATCH] memdebug.h: drop two headers, formatting --- lib/memdebug.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/memdebug.h b/lib/memdebug.h index 6bb0d98a6c..3edab05248 100644 --- a/lib/memdebug.h +++ b/lib/memdebug.h @@ -1,6 +1,5 @@ #ifndef HEADER_CURL_MEMDEBUG_H #define HEADER_CURL_MEMDEBUG_H -#ifdef CURLDEBUG /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | @@ -30,8 +29,7 @@ * as well as the library. Do not mix with library internals! */ -#include -#include "functypes.h" +#ifdef CURLDEBUG /* Set this symbol on the command-line, recompile all lib-sources */ #undef strdup