diff options
author | Lioncash <mathew1800@gmail.com> | 2019-10-06 19:54:24 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-10-06 19:54:27 +0200 |
commit | 839b38c404224592372647c4adb316bbe6f856e4 (patch) | |
tree | 78b3b85c504d7f8cc4fc716c95fc2ed13e0d4c29 | |
parent | core: Remove Core::CurrentProcess() (diff) | |
download | yuzu-839b38c404224592372647c4adb316bbe6f856e4.tar yuzu-839b38c404224592372647c4adb316bbe6f856e4.tar.gz yuzu-839b38c404224592372647c4adb316bbe6f856e4.tar.bz2 yuzu-839b38c404224592372647c4adb316bbe6f856e4.tar.lz yuzu-839b38c404224592372647c4adb316bbe6f856e4.tar.xz yuzu-839b38c404224592372647c4adb316bbe6f856e4.tar.zst yuzu-839b38c404224592372647c4adb316bbe6f856e4.zip |
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 @@ #include <memory> #include <string> -#include <map> #include "common/common_types.h" #include "core/file_sys/vfs_types.h" #include "core/hle/kernel/object.h" |