diff options
| author | 2023-01-14 10:19:38 +0000 | |
|---|---|---|
| committer | 2023-01-14 10:19:38 +0000 | |
| commit | 046b1a2b654cc5ffe181c71076410633ac144b2e (patch) | |
| tree | 28757c42035ab5d24f82b87ad9ad92fd52295b4d /src/modules/m_randquote.cpp | |
| parent | Allow setting <cloak:psl> to "system" to use the system database. (diff) | |
Remove some more unnecessary things from the global headers.
Diffstat (limited to 'src/modules/m_randquote.cpp')
| -rw-r--r-- | src/modules/m_randquote.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_randquote.cpp b/src/modules/m_randquote.cpp index d8a613610..ceb2b1982 100644 --- a/src/modules/m_randquote.cpp +++ b/src/modules/m_randquote.cpp @@ -22,6 +22,7 @@ #include "inspircd.h" +#include "fileutils.h" class ModuleRandQuote final : public Module |
