diff options
author | Lioncash <mathew1800@gmail.com> | 2019-10-06 13:54:24 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-10-06 13:54:27 -0400 |
commit | 839b38c404224592372647c4adb316bbe6f856e4 (patch) | |
tree | 78b3b85c504d7f8cc4fc716c95fc2ed13e0d4c29 | |
parent | f1382cf0e7180cd31505ee89e774cc93bde6211e (diff) |
core/core: Remove unused header
This isn't used anywhere in either the cpp or header file.
-rw-r--r-- | src/core/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h index 97944c366..d13b6aa5e 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -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" |