aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-04-30 22:47:40 +0100
committerGravatar Sadie Powell2026-04-30 23:20:14 +0100
commit9c208ab3b99357db2bf2223af46da03e3c173d51 (patch)
tree362e6f5d99d42f22d1081d739d3f499f0edecaca /src/users.cpp
parentSwitch ascii comparisons over to our own casemap functions. (diff)
Remove the remaining function in utility/string to utility/container.
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 997879127..8129b193e 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -31,8 +31,6 @@
#include "inspircd.h"
#include "clientprotocolevent.h"
#include "modules/hash.h"
-#include "utility/container.h"
-#include "utility/string.h"
#include "xline.h"
ClientProtocol::MessageList LocalUser::sendmsglist;