diff options
Diffstat (limited to 'src/cmd_pong.cpp')
-rw-r--r-- | src/cmd_pong.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_pong.cpp b/src/cmd_pong.cpp index cf86b5b53..11973a729 100644 --- a/src/cmd_pong.cpp +++ b/src/cmd_pong.cpp @@ -17,7 +17,7 @@ #include "users.h" #include "commands.h" #include "commands/cmd_pong.h" -#include "helperfuncs.h" + void cmd_pong::Handle (const char** parameters, int pcnt, userrec *user) { |