Remove globalconfig.h includes.
This commit is contained in:
committed by
Matthew Parkinson
parent
d6bae72b20
commit
0cfa8f2cff
@@ -1,5 +1,4 @@
|
||||
#include "mem/fixedglobalconfig.h"
|
||||
#include "mem/globalconfig.h"
|
||||
#include "test/setup.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
|
||||
// Specify using own
|
||||
#define SNMALLOC_EXTERNAL_THREAD_ALLOC
|
||||
|
||||
#include "mem/globalconfig.h"
|
||||
|
||||
namespace snmalloc
|
||||
{
|
||||
using Alloc = snmalloc::LocalAllocator<snmalloc::Globals>;
|
||||
|
||||
Reference in New Issue
Block a user