diff options
| author | 2023-01-26 06:16:57 +0000 | |
|---|---|---|
| committer | 2023-01-26 06:16:57 +0000 | |
| commit | 57cc457ec68903d41e368e61d97be352b595cc4f (patch) | |
| tree | 68fed71c187b75af89ffefa6b66ae972d2877f01 /include/configreader.h | |
| parent | Don'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.h | 2 |
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 |
