core/core: Remove unused header

This isn't used anywhere in either the cpp or header file.
This commit is contained in:
Lioncash
2019-10-06 13:54:24 -04:00
parent 48fdbc7b15
commit 81a4c52dda

View File

@@ -8,7 +8,6 @@
#include <memory>
#include <string>
#include <map>
#include "common/common_types.h"
#include "core/file_sys/vfs_types.h"
#include "core/hle/kernel/object.h"