summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-07-06 08:16:15 +0200
committerLioncash <mathew1800@gmail.com>2019-07-06 08:24:34 +0200
commit65c748fbd36467334a540a81ebd84767eec38d16 (patch)
treed9064892d5c5b369a7e9763960e9da2c6246196b /src
parentmemory: Remove unused PageTable forward declaration (diff)
downloadyuzu-65c748fbd36467334a540a81ebd84767eec38d16.tar
yuzu-65c748fbd36467334a540a81ebd84767eec38d16.tar.gz
yuzu-65c748fbd36467334a540a81ebd84767eec38d16.tar.bz2
yuzu-65c748fbd36467334a540a81ebd84767eec38d16.tar.lz
yuzu-65c748fbd36467334a540a81ebd84767eec38d16.tar.xz
yuzu-65c748fbd36467334a540a81ebd84767eec38d16.tar.zst
yuzu-65c748fbd36467334a540a81ebd84767eec38d16.zip
Diffstat (limited to 'src')
-rw-r--r--src/core/memory.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/memory.cpp b/src/core/memory.cpp
index f18f6226b..8555691c0 100644
--- a/src/core/memory.cpp
+++ b/src/core/memory.cpp
@@ -16,11 +16,9 @@
#include "core/core.h"
#include "core/hle/kernel/process.h"
#include "core/hle/kernel/vm_manager.h"
-#include "core/hle/lock.h"
#include "core/memory.h"
#include "core/memory_setup.h"
#include "video_core/gpu.h"
-#include "video_core/renderer_base.h"
namespace Memory {