Remove globalconfig.h includes.

This commit is contained in:
Matthew Parkinson
2021-07-22 19:13:00 +01:00
committed by Matthew Parkinson
parent d6bae72b20
commit 0cfa8f2cff
6 changed files with 8 additions and 4 deletions

View File

@@ -3,6 +3,9 @@
// Specify using own
#define SNMALLOC_EXTERNAL_THREAD_ALLOC
#include "mem/globalconfig.h"
namespace snmalloc
{
using Alloc = snmalloc::LocalAllocator<snmalloc::Globals>;