Use fewer header files

Removing some includes to reduce the code that is dragged in.
This commit is contained in:
Matthew Parkinson
2019-04-15 16:19:50 +01:00
committed by Matthew Parkinson
parent 30ad9722a7
commit 4faf9f3bee
13 changed files with 39 additions and 25 deletions

View File

@@ -3,8 +3,7 @@
#include "../ds/helpers.h"
#include "allocslab.h"
#include "metaslab.h"
#include <cstring>
#include <new>
namespace snmalloc
{