diff options
Diffstat (limited to 'src/cmd_privmsg.cpp')
-rw-r--r-- | src/cmd_privmsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_privmsg.cpp b/src/cmd_privmsg.cpp index 557289bbd..3f9e33652 100644 --- a/src/cmd_privmsg.cpp +++ b/src/cmd_privmsg.cpp @@ -22,7 +22,7 @@ #include "modules.h" #include "wildcard.h" #include "commands.h" -#include "helperfuncs.h" + #include "commands/cmd_privmsg.h" void cmd_privmsg::Handle (const char** parameters, int pcnt, userrec *user) |