Allocslab doesn't need to know impl of Remote

The Allocslab only needs to know of the RemoteAllocators existance.
This commit is contained in:
Matthew Parkinson
2021-04-08 15:51:43 +01:00
committed by Matthew Parkinson
parent 118eecb2e6
commit e011c297e6

View File

@@ -1,10 +1,11 @@
#pragma once
#include "baseslab.h"
#include "remoteallocator.h"
namespace snmalloc
{
struct RemoteAllocator;
class Allocslab : public Baseslab
{
protected: