From e011c297e623c13517266fd97649faba096372fa Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Thu, 8 Apr 2021 15:51:43 +0100 Subject: [PATCH] Allocslab doesn't need to know impl of Remote The Allocslab only needs to know of the RemoteAllocators existance. --- src/mem/allocslab.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mem/allocslab.h b/src/mem/allocslab.h index b3ad80f..579da85 100644 --- a/src/mem/allocslab.h +++ b/src/mem/allocslab.h @@ -1,10 +1,11 @@ #pragma once #include "baseslab.h" -#include "remoteallocator.h" namespace snmalloc { + struct RemoteAllocator; + class Allocslab : public Baseslab { protected: