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 922799f1d5
commit 8e9649b547

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"