refactor arena-abandoned to be an include for backward compat with existing build scripts

This commit is contained in:
daanx 2024-06-03 18:04:59 -07:00
parent 800034cb99
commit f7ba9d9da0
8 changed files with 63 additions and 84 deletions

View file

@ -9,7 +9,6 @@ terms of the MIT license. A copy of the license can be found in the file
// add includes help an IDE
#include "mimalloc.h"
#include "mimalloc/internal.h"
#include "mimalloc/atomic.h"
#include "mimalloc/prim.h" // _mi_prim_thread_id()
#endif