diff options
Diffstat (limited to 'src/cmd_privmsg.cpp')
-rw-r--r-- | src/cmd_privmsg.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cmd_privmsg.cpp b/src/cmd_privmsg.cpp index ce5ece2a2..5078c8a4a 100644 --- a/src/cmd_privmsg.cpp +++ b/src/cmd_privmsg.cpp @@ -14,15 +14,11 @@ * --------------------------------------------------- */ -#include <string> -#include "inspircd_config.h" #include "inspircd.h" #include "configreader.h" #include "users.h" #include "modules.h" #include "wildcard.h" -#include "commands.h" - #include "commands/cmd_privmsg.h" void cmd_privmsg::Handle (const char** parameters, int pcnt, userrec *user) |