From c221308a6609b14882cc33bb95e260b4d7b21538 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 21 Mar 2019 09:48:52 -0400 Subject: core/memory: Remove unnecessary includes In 93da8e0abfcdcc6e3cb5488a0db12373429f1377, the page table construct was moved to the common library (which utilized these inclusions). Since the move, nothing requires these headers to be included within the memory header. --- src/core/memory.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/memory.h') diff --git a/src/core/memory.h b/src/core/memory.h index 3f60d868c..1d38cdca8 100644 --- a/src/core/memory.h +++ b/src/core/memory.h @@ -6,9 +6,6 @@ #include #include -#include -#include -#include #include "common/common_types.h" namespace Common { -- cgit v1.2.3