summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory/memory_manager.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-05-05 21:41:18 +0200
committerGitHub <noreply@github.com>2020-05-05 21:41:18 +0200
commit88141bb2d44f26d1015be2cd832284bf322bc3b2 (patch)
treea3b5bdfa35289ad5e8a7085356a5b79e5ca197b6 /src/core/hle/kernel/memory/memory_manager.h
parentMerge pull request #3880 from lioncash/encoding (diff)
parentkernel/memory: Remove #pragma once within cpp file (diff)
downloadyuzu-88141bb2d44f26d1015be2cd832284bf322bc3b2.tar
yuzu-88141bb2d44f26d1015be2cd832284bf322bc3b2.tar.gz
yuzu-88141bb2d44f26d1015be2cd832284bf322bc3b2.tar.bz2
yuzu-88141bb2d44f26d1015be2cd832284bf322bc3b2.tar.lz
yuzu-88141bb2d44f26d1015be2cd832284bf322bc3b2.tar.xz
yuzu-88141bb2d44f26d1015be2cd832284bf322bc3b2.tar.zst
yuzu-88141bb2d44f26d1015be2cd832284bf322bc3b2.zip
Diffstat (limited to 'src/core/hle/kernel/memory/memory_manager.h')
-rw-r--r--src/core/hle/kernel/memory/memory_manager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/memory/memory_manager.h b/src/core/hle/kernel/memory/memory_manager.h
index b078d7a5e..3cf444857 100644
--- a/src/core/hle/kernel/memory/memory_manager.h
+++ b/src/core/hle/kernel/memory/memory_manager.h
@@ -7,7 +7,6 @@
#include <array>
#include <mutex>
-#include "common/common_funcs.h"
#include "common/common_types.h"
#include "core/hle/kernel/memory/page_heap.h"
#include "core/hle/result.h"