diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-09-20 19:28:48 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-09-20 19:35:36 -0400 |
| commit | 9b8fc2b68989ef44ab76c4b1e9120d08d70f31f8 (patch) | |
| tree | d66b8a51902f3f84938e2879709de30b5a642988 /src/core/hle | |
| parent | f2372651879dd6682165487b34a70f33357e730a (diff) | |
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.
Diffstat (limited to 'src/core/hle')
| -rw-r--r-- | src/core/hle/kernel/mutex.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
