]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_ping.cpp
Debug to try figure this out ..
[user/henk/code/inspircd.git] / src / cmd_ping.cpp
index cb09f68be1bda84c91606e1f3d7fb9c84f6a7e5e..2ffd7850b36ce5f4ebf35f7f8e88acac75032524 100644 (file)
  * ---------------------------------------------------
  */
 
-#include "configreader.h"
-#include "users.h"
+#include "inspircd.h"
 #include "commands/cmd_ping.h"
 
-
-
 extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_ping(Instance);