summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-29 18:08:14 -0400
committerLioncash <mathew1800@gmail.com>2019-03-29 18:16:22 -0400
commit108be41316cc58c191f525e816d2a33404ab41a0 (patch)
tree166ce1800053cec2df9e293b4cc33e65d52e19a2 /src
parentc6147a439d16112a0794b3fb98e825a9be864066 (diff)
kernel/shared_memory: Remove unused core/memory.h include
Nothing from this header is used, so we can remove this include, getting rid of a dependency on it.
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/kernel/shared_memory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/shared_memory.cpp b/src/core/hle/kernel/shared_memory.cpp
index 273e6a25e..f15c5ee36 100644
--- a/src/core/hle/kernel/shared_memory.cpp
+++ b/src/core/hle/kernel/shared_memory.cpp
@@ -9,7 +9,6 @@
#include "core/hle/kernel/errors.h"
#include "core/hle/kernel/kernel.h"
#include "core/hle/kernel/shared_memory.h"
-#include "core/memory.h"
namespace Kernel {