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_ison.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd_ison.cpp') diff --git a/src/cmd_ison.cpp b/src/cmd_ison.cpp index 5ab03ba27..c76bf40e1 100644 --- a/src/cmd_ison.cpp +++ b/src/cmd_ison.cpp @@ -11,8 +11,8 @@ * --------------------------------------------------- */ -#include "users.h" #include "inspircd.h" +#include "users.h" #include "commands/cmd_ison.h" extern "C" DllExport command_t* init_command(InspIRCd* Instance) -- cgit v1.2.3