summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Lioncash2019-07-06 02:13:58 -0400
committerGravatar Lioncash2019-07-06 02:24:34 -0400
commit63a5f48e7ef9e0000244809e9e000a892a3afedd (patch)
treef7798fb465ef8c9a7dfd9c9025a8e7d9e7be372e
parentkernel/vm_manager: Rename 'new map' to 'stack' (diff)
downloadyuzu-63a5f48e7ef9e0000244809e9e000a892a3afedd.tar.gz
yuzu-63a5f48e7ef9e0000244809e9e000a892a3afedd.tar.xz
yuzu-63a5f48e7ef9e0000244809e9e000a892a3afedd.zip
memory: Remove unused PageTable forward declaration
This isn't used by anything in the header file, so it can be removed.
-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 @@
8#include <string> 8#include <string>
9#include "common/common_types.h" 9#include "common/common_types.h"
10 10
11namespace Common {
12struct PageTable;
13}
14
15namespace Kernel { 11namespace Kernel {
16class Process; 12class Process;
17} 13}