diff options
Diffstat (limited to 'src/cmd_part.cpp')
-rw-r--r-- | src/cmd_part.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cmd_part.cpp b/src/cmd_part.cpp index afa59580c..c77dbe5eb 100644 --- a/src/cmd_part.cpp +++ b/src/cmd_part.cpp @@ -16,12 +16,8 @@ #include "inspircd.h" #include "users.h" -#include "commands.h" - #include "commands/cmd_part.h" - - void cmd_part::Handle (const char** parameters, int pcnt, userrec *user) { if (ServerInstance->Parser->LoopCall(user, this, parameters, pcnt, 0)) |