From decac7b12453040ed7b0b1cb0574e1a1c2874fcf Mon Sep 17 00:00:00 2001 From: CRD716 Date: Thu, 13 Apr 2023 10:08:29 -0500 Subject: [PATCH] remove unnecessary includes --- 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