core: Reduce unused includes

This commit is contained in:
ameerj 2022-03-18 23:44:24 -04:00
parent 4fb93cbb3f
commit 22e01068e1
38 changed files with 8 additions and 54 deletions

View file

@ -22,7 +22,6 @@
#include "core/hle/kernel/k_thread.h"
#include "core/hle/kernel/kernel.h"
#include "core/hle/kernel/physical_core.h"
#include "core/hle/kernel/time_manager.h"
namespace Kernel {