From 11554b8626d8b421cc9cf2c6f6cc3fe2467e0441 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 21 May 2007 18:36:25 +0000 Subject: Reorder inspircd.h header to top git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7097 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_ping.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cmd_ping.cpp') diff --git a/src/cmd_ping.cpp b/src/cmd_ping.cpp index cb09f68be..afb708d70 100644 --- a/src/cmd_ping.cpp +++ b/src/cmd_ping.cpp @@ -11,12 +11,11 @@ * --------------------------------------------------- */ +#include "inspircd.h" #include "configreader.h" #include "users.h" #include "commands/cmd_ping.h" - - extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_ping(Instance); -- cgit v1.2.3