diff options
Diffstat (limited to 'src/zenhttp-test/zenhttp-test.cpp')
| -rw-r--r-- | src/zenhttp-test/zenhttp-test.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/zenhttp-test/zenhttp-test.cpp b/src/zenhttp-test/zenhttp-test.cpp index 440e85a9f..49db1ba54 100644 --- a/src/zenhttp-test/zenhttp-test.cpp +++ b/src/zenhttp-test/zenhttp-test.cpp @@ -2,14 +2,9 @@ #include <zencore/filesystem.h> #include <zencore/logging.h> +#include <zencore/memory/newdelete.h> #include <zenhttp/zenhttp.h> -#if ZEN_USE_MIMALLOC -ZEN_THIRD_PARTY_INCLUDES_START -# include <mimalloc-new-delete.h> -ZEN_THIRD_PARTY_INCLUDES_END -#endif - #if ZEN_WITH_TESTS # define ZEN_TEST_WITH_RUNNER 1 # include <zencore/testing.h> @@ -18,9 +13,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::zenhttp_forcelinktests(); |