diff options
| author | 2026-04-30 22:47:40 +0100 | |
|---|---|---|
| committer | 2026-04-30 23:20:14 +0100 | |
| commit | 9c208ab3b99357db2bf2223af46da03e3c173d51 (patch) | |
| tree | 362e6f5d99d42f22d1081d739d3f499f0edecaca /src/configparser.cpp | |
| parent | Switch ascii comparisons over to our own casemap functions. (diff) | |
| download | inspircd++-9c208ab3b99357db2bf2223af46da03e3c173d51.tar.gz inspircd++-9c208ab3b99357db2bf2223af46da03e3c173d51.tar.bz2 inspircd++-9c208ab3b99357db2bf2223af46da03e3c173d51.zip | |
Remove the remaining function in utility/string to utility/container.
Diffstat (limited to 'src/configparser.cpp')
| -rw-r--r-- | src/configparser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/configparser.cpp b/src/configparser.cpp index 7f5086663..5061fffe4 100644 --- a/src/configparser.cpp +++ b/src/configparser.cpp @@ -29,7 +29,6 @@ #include "configparser.h" #include "timeutils.h" #include "utility/container.h" -#include "utility/string.h" #ifdef _WIN32 # define pclose _pclose |
