diff options
| author | 2023-05-10 11:57:48 +0100 | |
|---|---|---|
| committer | 2023-05-10 11:57:48 +0100 | |
| commit | fe4c512839f9f613fc5098e5a9d8c9a402e60aa0 (patch) | |
| tree | 8bf01388c2f66ebfaaa8efd2f47154958ce0bbae /src/configparser.cpp | |
| parent | Show more details about unactivated/expired client certificates. (diff) | |
| download | inspircd++-fe4c512839f9f613fc5098e5a9d8c9a402e60aa0.tar.gz inspircd++-fe4c512839f9f613fc5098e5a9d8c9a402e60aa0.tar.bz2 inspircd++-fe4c512839f9f613fc5098e5a9d8c9a402e60aa0.zip | |
Rename duration to timeutils and relocate InspIRCd::TimeString.
Diffstat (limited to 'src/configparser.cpp')
| -rw-r--r-- | src/configparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configparser.cpp b/src/configparser.cpp index ee98c776d..985996fda 100644 --- a/src/configparser.cpp +++ b/src/configparser.cpp @@ -28,7 +28,7 @@ #include "inspircd.h" #include "configparser.h" -#include "duration.h" +#include "timeutils.h" #ifdef _WIN32 # define pclose _pclose |
