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_pass.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cmd_pass.cpp') diff --git a/src/cmd_pass.cpp b/src/cmd_pass.cpp index 22cea2c0f..29c83c3bf 100644 --- a/src/cmd_pass.cpp +++ b/src/cmd_pass.cpp @@ -11,11 +11,10 @@ * --------------------------------------------------- */ +#include "inspircd.h" #include "users.h" #include "commands/cmd_pass.h" - - extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_pass(Instance); -- cgit v1.2.3