diff options
Diffstat (limited to 'modules/chanserv/topic.cpp')
-rw-r--r-- | modules/chanserv/topic.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/chanserv/topic.cpp b/modules/chanserv/topic.cpp index a132900a6..aab3f8dbf 100644 --- a/modules/chanserv/topic.cpp +++ b/modules/chanserv/topic.cpp @@ -10,9 +10,9 @@ */ #include "module.h" -#include "modules/cs_mode.h" -#include "modules/cs_info.h" -#include "modules/cs_set.h" +#include "modules/chanserv/mode.h" +#include "modules/chanserv/info.h" +#include "modules/chanserv/set.h" class CommandCSSetKeepTopic : public Command { |