core: Clean out some unnecessary header includes

This commit is contained in:
Lioncash 2016-04-16 00:06:19 -04:00
parent a3fd7cc273
commit 0e86c22c25
3 changed files with 1 additions and 14 deletions

View file

@ -8,8 +8,6 @@
#include "core/arm/arm_interface.h"
#include "core/core.h"
#include "core/hle/hle.h"
#include "core/hle/config_mem.h"
#include "core/hle/shared_page.h"
#include "core/hle/service/service.h"
////////////////////////////////////////////////////////////////////////////////////////////////////