aboutsummaryrefslogtreecommitdiffstats
path: root/modules/websocket.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 /modules/websocket.cpp
parentSwitch ascii comparisons over to our own casemap functions. (diff)
Remove the remaining function in utility/string to utility/container.
Diffstat (limited to 'modules/websocket.cpp')
-rw-r--r--modules/websocket.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/websocket.cpp b/modules/websocket.cpp
index 301867d49..d203373a5 100644
--- a/modules/websocket.cpp
+++ b/modules/websocket.cpp
@@ -38,7 +38,6 @@
#include "modules/hash.h"
#include "modules/isupport.h"
#include "modules/whois.h"
-#include "utility/string.h"
static constexpr char MagicGUID[] = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11";
static constexpr char newline[] = "\r\n";