X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_pong.cpp;h=08d47eca7f54c908aac6937479cbd15689d6aefa;hb=2b3394855d5adddb16285b905503d9ffe5a1d963;hp=fee5f1d48fb1a96961a7c617ac4dd9ff3f786ae7;hpb=9cf56d917d92959701694477f7944d45ad2c38ed;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_pong.cpp b/src/cmd_pong.cpp index fee5f1d48..08d47eca7 100644 --- a/src/cmd_pong.cpp +++ b/src/cmd_pong.cpp @@ -11,11 +11,9 @@ * --------------------------------------------------- */ -#include "users.h" +#include "inspircd.h" #include "commands/cmd_pong.h" - - extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_pong(Instance);