diff options
| author | 2022-01-26 08:50:29 +0000 | |
|---|---|---|
| committer | 2022-01-26 14:00:58 +0000 | |
| commit | 4fd71323d32500669b3bae395fa91df0e20fe090 (patch) | |
| tree | 3d17fec736d1a9946d2546ee8380df6ef44dd445 /src/modulemanager.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
Slim the included headers down more.
Diffstat (limited to 'src/modulemanager.cpp')
| -rw-r--r-- | src/modulemanager.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp index 8d99a5aef..c2c299907 100644 --- a/src/modulemanager.cpp +++ b/src/modulemanager.cpp @@ -23,11 +23,13 @@ */ -#include "inspircd.h" -#include "exitcodes.h" #include <filesystem> #include <iostream> +#include "inspircd.h" +#include "consolecolors.h" +#include "exitcodes.h" + bool ModuleManager::Load(const std::string& modname, bool defer) { /* Don't allow people to specify paths for modules, it doesn't work as expected */ |
