From 4fd71323d32500669b3bae395fa91df0e20fe090 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 26 Jan 2022 08:50:29 +0000 Subject: Slim the included headers down more. --- src/modulemanager.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/modulemanager.cpp') 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 #include +#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 */ -- cgit v1.3.1-10-gc9f91