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.
This commit is contained in:
Lioncash 2018-09-20 19:28:48 -04:00
parent 751ddd71c0
commit b051082129
5 changed files with 11 additions and 1 deletions

View file

@ -15,6 +15,7 @@
#include "core/hle/kernel/thread.h"
#include "core/hle/kernel/timer.h"
#include "core/hle/kernel/wait_object.h"
#include "core/memory.h"
WaitTreeItem::WaitTreeItem() = default;
WaitTreeItem::~WaitTreeItem() = default;