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 79fe1a3513
commit 2935c16688
16 changed files with 22 additions and 16 deletions

View file

@ -6,7 +6,6 @@
#include <vector>
#include <boost/smart_ptr/intrusive_ptr.hpp>
#include "common/common_types.h"
#include "core/hle/kernel/object.h"
namespace Kernel {