From 0e687a83b5bd3fd0b33f7e9a5f5955391ec2d5e5 Mon Sep 17 00:00:00 2001 From: Rye Date: Sat, 10 Jan 2026 01:24:56 -0500 Subject: Optimize various usages of std::map with frequent find access with std::unordered_map Introduce ll::string_hash heterogeneous string hasher --- indra/llui/llui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/llui/llui.cpp') diff --git a/indra/llui/llui.cpp b/indra/llui/llui.cpp index 29eb887948..0056e73cce 100644 --- a/indra/llui/llui.cpp +++ b/indra/llui/llui.cpp @@ -65,7 +65,6 @@ // for XUIParse #include "llquaternion.h" -#include #include #include -- cgit v1.3