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 f1382cf0e7
commit 839b38c404

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"