From a0f3de5b84ad8628f1406deb74df583624110680 Mon Sep 17 00:00:00 2001 From: Olaf Seibert Date: Wed, 12 Apr 2023 16:32:47 +0200 Subject: [PATCH] This file doesn't even use alloca. --- examples/common.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/common.cpp b/examples/common.cpp index 91d96efae..0772dbfe1 100644 --- a/examples/common.cpp +++ b/examples/common.cpp @@ -7,12 +7,6 @@ #include #include -#if defined(_MSC_VER) || defined(__MINGW32__) -#include // using malloc.h with MSC/MINGW -#elif !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) -#include -#endif - #if defined (_WIN32) #include #include