diff --git a/src/core/memory.h b/src/core/memory.h index 04e2c5f1d1..09008e1dd4 100644 --- a/src/core/memory.h +++ b/src/core/memory.h @@ -8,10 +8,6 @@ #include #include "common/common_types.h" -namespace Common { -struct PageTable; -} - namespace Kernel { class Process; }