core: Reduce unused includes

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

View file

@ -14,7 +14,6 @@
#include "core/hardware_properties.h"
#include "core/hle/kernel/k_auto_object.h"
#include "core/hle/kernel/k_slab_heap.h"
#include "core/hle/kernel/memory_types.h"
#include "core/hle/kernel/svc_common.h"
namespace Core {