Merge pull request #1371 from lioncash/fwd-arm

arm_interface: Replace kernel vm_manager include with a forward declaration
This commit is contained in:
bunnei 2018-09-20 23:35:06 -04:00 committed by GitHub
commit 072053ab95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 1 deletions

View file

@ -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 {