From 477681996b164c8dacc930c3df378129a3bf929d Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 4 Nov 2007 23:33:40 +0000 Subject: [PATCH] Why the hell the includes are half way down the damn file in modules.h is beyond me. lets fix this. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8541 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/include/modules.h b/include/modules.h index ef0d3f620..598c0b4f6 100644 --- a/include/modules.h +++ b/include/modules.h @@ -14,6 +14,18 @@ #ifndef __MODULES_H #define __MODULES_H +#include "globals.h" +#include "dynamic.h" +#include "base.h" +#include "ctables.h" +#include "inspsocket.h" +#include +#include +#include +#include "timer.h" +#include "mode.h" +#include "dns.h" + class XLine; /** Used with OnAccessCheck() method of modules @@ -65,18 +77,6 @@ enum MessageType { MSG_NOTICE = 1 }; -#include "globals.h" -#include "dynamic.h" -#include "base.h" -#include "ctables.h" -#include "inspsocket.h" -#include -#include -#include -#include "timer.h" -#include "mode.h" -#include "dns.h" - /** If you change the module API, change this value. * If you have enabled ipv6, the sizes of structs is * different, and modules will be incompatible with -- 2.39.5