aboutsummaryrefslogtreecommitdiffstats
path: root/include/configreader.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-09-03 18:40:03 +0100
committerGravatar Sadie Powell2023-09-03 18:46:48 +0100
commit2f36d0aa2da8b03d525b484228813fbb35f3e35e (patch)
tree56a8d2438910db8f7cee76b77b0a9479956adda9 /include/configreader.h
parentRelease v4.0.0 alpha 24. (diff)
Move TokenList back to its own header and move INSP_FORMAT to compat.
This allows making stringutils an optional header given that most of it is not used by most of the codebase.
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h
index da712713b..fe92ee312 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -31,7 +31,6 @@
#pragma once
#include "inspircd.h"
-#include "stringutils.h"
/** Represents the position within a file. */
class CoreExport FilePosition final