aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil-test/zenutil-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenutil-test/zenutil-test.cpp')
-rw-r--r--src/zenutil-test/zenutil-test.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/zenutil-test/zenutil-test.cpp b/src/zenutil-test/zenutil-test.cpp
index f95b7e888..fadaf0995 100644
--- a/src/zenutil-test/zenutil-test.cpp
+++ b/src/zenutil-test/zenutil-test.cpp
@@ -4,11 +4,7 @@
#include <zencore/logging.h>
#include <zenutil/zenutil.h>
-#if ZEN_USE_MIMALLOC
-ZEN_THIRD_PARTY_INCLUDES_START
-# include <mimalloc-new-delete.h>
-ZEN_THIRD_PARTY_INCLUDES_END
-#endif
+#include <zencore/memory/newdelete.h>
#if ZEN_WITH_TESTS
# define ZEN_TEST_WITH_RUNNER 1
@@ -18,9 +14,6 @@ ZEN_THIRD_PARTY_INCLUDES_END
int
main([[maybe_unused]] int argc, [[maybe_unused]] char* argv[])
{
-#if ZEN_USE_MIMALLOC
- mi_version();
-#endif
#if ZEN_WITH_TESTS
zen::zenutil_forcelinktests();