diff options
| author | 2026-04-30 22:47:40 +0100 | |
|---|---|---|
| committer | 2026-04-30 23:20:14 +0100 | |
| commit | 9c208ab3b99357db2bf2223af46da03e3c173d51 (patch) | |
| tree | 362e6f5d99d42f22d1081d739d3f499f0edecaca /modules/extra/pgsql.cpp | |
| parent | Switch ascii comparisons over to our own casemap functions. (diff) | |
Remove the remaining function in utility/string to utility/container.
Diffstat (limited to 'modules/extra/pgsql.cpp')
| -rw-r--r-- | modules/extra/pgsql.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/extra/pgsql.cpp b/modules/extra/pgsql.cpp index 3cf1cde18..8288e1407 100644 --- a/modules/extra/pgsql.cpp +++ b/modules/extra/pgsql.cpp @@ -45,7 +45,6 @@ #include "inspircd.h" #include "modules/sql.h" -#include "utility/string.h" /* SQLConn rewritten by peavey to * use EventHandler instead of |
