aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_randquote.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-01-14 10:19:38 +0000
committerGravatar Sadie Powell2023-01-14 10:19:38 +0000
commit046b1a2b654cc5ffe181c71076410633ac144b2e (patch)
tree28757c42035ab5d24f82b87ad9ad92fd52295b4d /src/modules/m_randquote.cpp
parentAllow 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.cpp1
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