summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/shared_memory.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-29 23:08:14 +0100
committerLioncash <mathew1800@gmail.com>2019-03-29 23:16:22 +0100
commit108be41316cc58c191f525e816d2a33404ab41a0 (patch)
tree166ce1800053cec2df9e293b4cc33e65d52e19a2 /src/core/hle/kernel/shared_memory.cpp
parentkernel/shared_memory: Sanitize supplied size when unmapping (diff)
downloadyuzu-108be41316cc58c191f525e816d2a33404ab41a0.tar
yuzu-108be41316cc58c191f525e816d2a33404ab41a0.tar.gz
yuzu-108be41316cc58c191f525e816d2a33404ab41a0.tar.bz2
yuzu-108be41316cc58c191f525e816d2a33404ab41a0.tar.lz
yuzu-108be41316cc58c191f525e816d2a33404ab41a0.tar.xz
yuzu-108be41316cc58c191f525e816d2a33404ab41a0.tar.zst
yuzu-108be41316cc58c191f525e816d2a33404ab41a0.zip
Diffstat (limited to '')
-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 {