core: Clean out some unnecessary header includes

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

View file

@ -3,13 +3,6 @@
// Refer to the license.txt file included.
#include <cstring>
#include "common/assert.h"
#include "common/common_types.h"
#include "common/common_funcs.h"
#include "core/core.h"
#include "core/memory.h"
#include "core/hle/config_mem.h"
////////////////////////////////////////////////////////////////////////////////////////////////////