diff options
Diffstat (limited to 'modules/chanserv/entrymsg.cpp')
-rw-r--r-- | modules/chanserv/entrymsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chanserv/entrymsg.cpp b/modules/chanserv/entrymsg.cpp index 31253599e..ac46809fd 100644 --- a/modules/chanserv/entrymsg.cpp +++ b/modules/chanserv/entrymsg.cpp @@ -10,7 +10,7 @@ */ #include "module.h" -#include "modules/cs_entrymsg.h" +#include "modules/chanserv/entrymsg.h" class EntryMsgImpl : public EntryMsg { |