From 6ce79eb3d7db342018b0b17bda613d23a1a4e636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teodor=20Sp=C3=A6ren?= Date: Sun, 31 Mar 2024 23:14:15 +0200 Subject: [PATCH] Remove the need to include the internal types --- include/mimalloc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/mimalloc.h b/include/mimalloc.h index 965e2215..d5cb6e7e 100644 --- a/include/mimalloc.h +++ b/include/mimalloc.h @@ -488,7 +488,6 @@ template bool operator!=(const mi_stl_allocator& , const #define MI_HAS_HEAP_STL_ALLOCATOR 1 #include // std::shared_ptr -#include "mimalloc/types.h" // Common base class for STL allocators in a specific heap template struct _mi_heap_stl_allocator_common : public _mi_stl_allocator_common {