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

@@ -2,6 +2,7 @@
#include "../snmalloc_core.h"
#ifndef SNMALLOC_PROVIDE_OWN_CONFIG
# include "../mem/globalconfig.h"
// The default configuration for snmalloc is used if alternative not defined
namespace snmalloc
{