diff options
author | Lioncash <mathew1800@gmail.com> | 2018-11-27 20:10:00 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-11-27 22:33:18 +0100 |
commit | 7b1aaaa0691bfc610033fa8555cf7f7ddcce364e (patch) | |
tree | 7e48f72909515a15359904db22b898d5a74a19ba /src/core | |
parent | file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() (diff) | |
download | yuzu-7b1aaaa0691bfc610033fa8555cf7f7ddcce364e.tar yuzu-7b1aaaa0691bfc610033fa8555cf7f7ddcce364e.tar.gz yuzu-7b1aaaa0691bfc610033fa8555cf7f7ddcce364e.tar.bz2 yuzu-7b1aaaa0691bfc610033fa8555cf7f7ddcce364e.tar.lz yuzu-7b1aaaa0691bfc610033fa8555cf7f7ddcce364e.tar.xz yuzu-7b1aaaa0691bfc610033fa8555cf7f7ddcce364e.tar.zst yuzu-7b1aaaa0691bfc610033fa8555cf7f7ddcce364e.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/file_sys/registered_cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/file_sys/registered_cache.h b/src/core/file_sys/registered_cache.h index d2269fd4b..3b77af4e0 100644 --- a/src/core/file_sys/registered_cache.h +++ b/src/core/file_sys/registered_cache.h @@ -6,7 +6,6 @@ #include <array> #include <functional> -#include <map> #include <memory> #include <string> #include <vector> |