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 @@
// Core implementation of snmalloc independent of the configuration mode
#include "snmalloc_core.h"
// Default implementation of global state
#include "mem/globalconfig.h"
// The default configuration for snmalloc
namespace snmalloc
{