diff options
| author | 2019-10-06 13:54:24 -0400 | |
|---|---|---|
| committer | 2019-10-06 13:54:27 -0400 | |
| commit | 839b38c404224592372647c4adb316bbe6f856e4 (patch) | |
| tree | 78b3b85c504d7f8cc4fc716c95fc2ed13e0d4c29 | |
| parent | core: Remove Core::CurrentProcess() (diff) | |
| download | yuzu-839b38c404224592372647c4adb316bbe6f856e4.tar.gz yuzu-839b38c404224592372647c4adb316bbe6f856e4.tar.xz yuzu-839b38c404224592372647c4adb316bbe6f856e4.zip | |
core/core: Remove unused header
This isn't used anywhere in either the cpp or header file.
Diffstat (limited to '')
| -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 @@ | |||
| 8 | #include <memory> | 8 | #include <memory> |
| 9 | #include <string> | 9 | #include <string> |
| 10 | 10 | ||
| 11 | #include <map> | ||
| 12 | #include "common/common_types.h" | 11 | #include "common/common_types.h" |
| 13 | #include "core/file_sys/vfs_types.h" | 12 | #include "core/file_sys/vfs_types.h" |
| 14 | #include "core/hle/kernel/object.h" | 13 | #include "core/hle/kernel/object.h" |