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

@ -8,6 +8,7 @@
#include "core/hle/kernel/server_session.h"
#include "core/hle/kernel/session.h"
#include "core/hle/kernel/thread.h"
#include "core/hle/result.h"
namespace Kernel {