From: Norbert Pocs Date: Thu, 12 Feb 2026 10:38:15 +0000 (+0100) Subject: windows: Remove redundant include X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2f54e1b406614efc3248a5da85dfeba1d8eb519;p=thirdparty%2Fopenssl.git windows: Remove redundant include 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) --- 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)