diff options
| author | 2022-06-26 15:56:10 +0100 | |
|---|---|---|
| committer | 2022-06-26 15:56:55 +0100 | |
| commit | 8c59961acce4a0a801ca96211d4a637f27947ccb (patch) | |
| tree | 008f266a2a298fa1a65a334f3a9d2a7f6ca636f8 /src/modules/m_chanhistory.cpp | |
| parent | Move numerics to the source files where they are actually used. (diff) | |
Move numeric helper classes to their own header.
Diffstat (limited to 'src/modules/m_chanhistory.cpp')
| -rw-r--r-- | src/modules/m_chanhistory.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/m_chanhistory.cpp b/src/modules/m_chanhistory.cpp index 5a1cf0c58..91c30a307 100644 --- a/src/modules/m_chanhistory.cpp +++ b/src/modules/m_chanhistory.cpp @@ -24,9 +24,10 @@ #include "inspircd.h" -#include "modules/ircv3_servertime.h" #include "modules/ircv3_batch.h" +#include "modules/ircv3_servertime.h" #include "modules/server.h" +#include "numerichelper.h" typedef insp::flat_map<std::string, std::string> HistoryTagMap; |
