From: CRD716 Date: Thu, 13 Apr 2023 15:39:25 +0000 (-0500) Subject: common : remove unnecessary includes (#947) X-Git-Tag: gguf-v0.4.0~967 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=0e07e6a8399fd993739a3ba3c6f95f92bfab6f58;p=pkg%2Fggml%2Fsources%2Fllama.cpp common : remove unnecessary includes (#947) --- diff --git a/examples/common.cpp b/examples/common.cpp index 91d96efa..0772dbfe 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