diff options
| author | 2022-01-26 08:50:29 +0000 | |
|---|---|---|
| committer | 2022-01-26 14:00:58 +0000 | |
| commit | 4fd71323d32500669b3bae395fa91df0e20fe090 (patch) | |
| tree | 3d17fec736d1a9946d2546ee8380df6ef44dd445 /src/modules.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
| download | inspircd++-4fd71323d32500669b3bae395fa91df0e20fe090.tar.gz inspircd++-4fd71323d32500669b3bae395fa91df0e20fe090.tar.bz2 inspircd++-4fd71323d32500669b3bae395fa91df0e20fe090.zip | |
Slim the included headers down more.
Diffstat (limited to 'src/modules.cpp')
| -rw-r--r-- | src/modules.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index b87145092..17657d906 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -31,9 +31,11 @@ */ +#include <iostream> + #include "inspircd.h" +#include "consolecolors.h" #include "exitcodes.h" -#include <iostream> static insp::intrusive_list<dynamic_reference_base>* dynrefs = NULL; |
