aboutsummaryrefslogtreecommitdiff
path: root/include/vars.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/vars.hh')
-rw-r--r--include/vars.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vars.hh b/include/vars.hh
index 71045ee..b70615b 100644
--- a/include/vars.hh
+++ b/include/vars.hh
@@ -3,10 +3,10 @@
#include <string>
#include <filesystem>
-#include <map>
+#include <unordered_map>
-extern std::map<std::string, std::string> repos;
-extern std::map<std::string, std::string> install_directories;
+extern std::unordered_map<std::string, std::string> repos;
+extern std::unordered_map<std::string, std::string> install_directories;
extern bool is_symlink_install;
extern bool is_verbose;