summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-04 23:33:40 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-04 23:33:40 +0000
commit477681996b164c8dacc930c3df378129a3bf929d (patch)
tree574ab6c2b6ad474821a957e41b6a0350dd40b4a7 /include/modules.h
parent2cbafb754a9c884b17cfd714e16586639b3205a0 (diff)
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
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h24
1 files 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 <string>
+#include <deque>
+#include <sstream>
+#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 <string>
-#include <deque>
-#include <sstream>
-#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