summaryrefslogtreecommitdiff
path: root/modules/chanserv/mode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/chanserv/mode.cpp')
-rw-r--r--modules/chanserv/mode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/chanserv/mode.cpp b/modules/chanserv/mode.cpp
index 121179a58..eb1350e5a 100644
--- a/modules/chanserv/mode.cpp
+++ b/modules/chanserv/mode.cpp
@@ -10,8 +10,8 @@
*/
#include "module.h"
-#include "modules/cs_mode.h"
-#include "modules/cs_info.h"
+#include "modules/chanserv/mode.h"
+#include "modules/chanserv/info.h"
static EventHandlers<Event::MLockEvents> *events;