aboutsummaryrefslogtreecommitdiffstats
path: root/include/configreader.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-01-26 06:16:57 +0000
committerGravatar Sadie Powell2023-01-26 06:16:57 +0000
commit57cc457ec68903d41e368e61d97be352b595cc4f (patch)
tree68fed71c187b75af89ffefa6b66ae972d2877f01 /include/configreader.h
parentDon't log object culls unless built with RTTI. (diff)
Rename some headers to match the common naming system.
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h
index b322ded92..7642f3780 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -31,7 +31,7 @@
#pragma once
#include "inspircd.h"
-#include "inspstring.h"
+#include "stringutils.h"
/** Represents the position within a file. */
class CoreExport FilePosition final