From f1d7a1903e49c75f9965693247e8d102a96b482c Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 22 Apr 2026 22:30:21 -0400 Subject: misc optimisations and QoL improvements --- include/vars.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/vars.hh') 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 #include -#include +#include -extern std::map repos; -extern std::map install_directories; +extern std::unordered_map repos; +extern std::unordered_map install_directories; extern bool is_symlink_install; extern bool is_verbose; -- cgit v1.2.3