summaryrefslogtreecommitdiffstats
path: root/src/core/memory.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-07-06 08:13:58 +0200
committerLioncash <mathew1800@gmail.com>2019-07-06 08:24:34 +0200
commit63a5f48e7ef9e0000244809e9e000a892a3afedd (patch)
treef7798fb465ef8c9a7dfd9c9025a8e7d9e7be372e /src/core/memory.h
parentkernel/vm_manager: Rename 'new map' to 'stack' (diff)
downloadyuzu-63a5f48e7ef9e0000244809e9e000a892a3afedd.tar
yuzu-63a5f48e7ef9e0000244809e9e000a892a3afedd.tar.gz
yuzu-63a5f48e7ef9e0000244809e9e000a892a3afedd.tar.bz2
yuzu-63a5f48e7ef9e0000244809e9e000a892a3afedd.tar.lz
yuzu-63a5f48e7ef9e0000244809e9e000a892a3afedd.tar.xz
yuzu-63a5f48e7ef9e0000244809e9e000a892a3afedd.tar.zst
yuzu-63a5f48e7ef9e0000244809e9e000a892a3afedd.zip
Diffstat (limited to 'src/core/memory.h')
-rw-r--r--src/core/memory.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/memory.h b/src/core/memory.h
index 04e2c5f1d..09008e1dd 100644
--- a/src/core/memory.h
+++ b/src/core/memory.h
@@ -8,10 +8,6 @@
#include <string>
#include "common/common_types.h"
-namespace Common {
-struct PageTable;
-}
-
namespace Kernel {
class Process;
}