aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-01-29 17:35:48 +0000
committergingerBill <bill@gingerbill.org>2024-01-29 17:35:48 +0000
commit58bfacfdf3c915af8afc7aa69db049b1a1b38d23 (patch)
tree518627fe0c860bd040f0e6b7740ee5c137b65c5d /src/common.cpp
parenta967d4fa0f0b7d9514567687b9260fcf77cc6008 (diff)
Add support for mimalloc on \*nix systems
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common.cpp b/src/common.cpp
index 271bb2b90..5e2549137 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -1,10 +1,8 @@
#define GB_WINDOWS_H_INCLUDED
#include "gb/gb.h"
-#if defined(GB_SYSTEM_WINDOWS)
#include "mimalloc/mimalloc-new-delete.h"
#include "mimalloc/mimalloc-override.h"
-#endif
#if defined(GB_SYSTEM_UNIX)
// Required for intrinsics on GCC