core/kernel: Remove unnecessary inclusions

Gets rid of a few unnecessary header dependencies in some source files.
This commit is contained in:
Lioncash 2018-12-31 18:09:41 -05:00
parent f96bb2520b
commit 1f0c8bfeda
16 changed files with 22 additions and 16 deletions

View file

@ -14,7 +14,6 @@
#include "common/common_types.h"
#include "core/hle/kernel/handle_table.h"
#include "core/hle/kernel/process_capability.h"
#include "core/hle/kernel/thread.h"
#include "core/hle/kernel/vm_manager.h"
#include "core/hle/kernel/wait_object.h"
#include "core/hle/result.h"
@ -27,6 +26,7 @@ namespace Kernel {
class KernelCore;
class ResourceLimit;
class Thread;
struct AddressMapping {
// Address and size must be page-aligned