diff options
| author | 2018-11-27 14:10:00 -0500 | |
|---|---|---|
| committer | 2018-11-27 16:33:18 -0500 | |
| commit | 7b1aaaa0691bfc610033fa8555cf7f7ddcce364e (patch) | |
| tree | 7e48f72909515a15359904db22b898d5a74a19ba /src | |
| parent | file_sys/registered_cache: Use regular const references instead of std::share... (diff) | |
| download | yuzu-7b1aaaa0691bfc610033fa8555cf7f7ddcce364e.tar.gz yuzu-7b1aaaa0691bfc610033fa8555cf7f7ddcce364e.tar.xz yuzu-7b1aaaa0691bfc610033fa8555cf7f7ddcce364e.zip | |
file_sys/registered_cache: Remove unused <map> include
Diffstat (limited to 'src')
| -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 @@ | |||
| 6 | 6 | ||
| 7 | #include <array> | 7 | #include <array> |
| 8 | #include <functional> | 8 | #include <functional> |
| 9 | #include <map> | ||
| 10 | #include <memory> | 9 | #include <memory> |
| 11 | #include <string> | 10 | #include <string> |
| 12 | #include <vector> | 11 | #include <vector> |