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 f372591e4..cc708ee80 100644 --- a/src/cmd_pong.cpp +++ b/src/cmd_pong.cpp @@ -16,7 +16,7 @@ #include "users.h" #include "commands.h" -#include "cmd_pong.h" +#include "commands/cmd_pong.h" void cmd_pong::Handle (char **parameters, int pcnt, userrec *user) { |