summaryrefslogtreecommitdiff
path: root/src/core/memory.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-07-06 02:16:15 -0400
committerLioncash <mathew1800@gmail.com>2019-07-06 02:24:34 -0400
commit65c748fbd36467334a540a81ebd84767eec38d16 (patch)
treed9064892d5c5b369a7e9763960e9da2c6246196b /src/core/memory.cpp
parent63a5f48e7ef9e0000244809e9e000a892a3afedd (diff)
memory: Remove unused includes
These aren't used within the central memory management code, so they can be removed.
Diffstat (limited to 'src/core/memory.cpp')
-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 {