From 9b8fc2b68989ef44ab76c4b1e9120d08d70f31f8 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 20 Sep 2018 19:28:48 -0400 Subject: arm_interface: Replace kernel vm_manager include with a forward declaration Avoids an unnecessary inclusion and also uncovers three places where indirect inclusions were relied upon, which allows us to also resolve those. --- src/core/hle/kernel/mutex.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/kernel/mutex.cpp') diff --git a/src/core/hle/kernel/mutex.cpp b/src/core/hle/kernel/mutex.cpp index 51f4544be..81675eac5 100644 --- a/src/core/hle/kernel/mutex.cpp +++ b/src/core/hle/kernel/mutex.cpp @@ -16,6 +16,7 @@ #include "core/hle/kernel/object.h" #include "core/hle/kernel/thread.h" #include "core/hle/result.h" +#include "core/memory.h" namespace Kernel { -- cgit v1.2.3