summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2018-11-27 14:10:00 -0500
committerGravatar Lioncash2018-11-27 16:33:18 -0500
commit7b1aaaa0691bfc610033fa8555cf7f7ddcce364e (patch)
tree7e48f72909515a15359904db22b898d5a74a19ba /src
parentfile_sys/registered_cache: Use regular const references instead of std::share... (diff)
downloadyuzu-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.h1
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>