From d2f54e1b406614efc3248a5da85dfeba1d8eb519 Mon Sep 17 00:00:00 2001 From: Norbert Pocs Date: Thu, 12 Feb 2026 11:38:15 +0100 Subject: [PATCH] windows: Remove redundant include MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The functions malloc, realloc and free are included from stdlib, therefore no need for redundant malloc.h include. Signed-off-by: Norbert Pocs Reviewed-by: Saša Nedvědický Reviewed-by: Tomas Mraz MergeDate: Fri Feb 13 15:13:13 2026 (Merged from https://github.com/openssl/openssl/pull/29989) --- apps/lib/win32_init.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/lib/win32_init.c b/apps/lib/win32_init.c index ff057304146..32ea0c98450 100644 --- a/apps/lib/win32_init.c +++ b/apps/lib/win32_init.c @@ -10,7 +10,6 @@ #include #include #include -#include #if defined(CP_UTF8) -- 2.47.3