summaryrefslogtreecommitdiff
path: root/src/channels.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 18:22:16 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 18:22:16 +0000
commitc31a4b8b444c460002ea69d2e75f60330897af38 (patch)
tree963e268d05e664bd8433e552605c545c93f6fa9c /src/channels.cpp
parent8d660061375b8177ecce6c4e9803714d9fdd4b11 (diff)
Reorder includes, dont worry there is method to my madness (i hope)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7093 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/channels.cpp')
-rw-r--r--src/channels.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp
index 2793843c7..11a5c944d 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -11,9 +11,9 @@
* ---------------------------------------------------
*/
+#include "inspircd.h"
#include <stdarg.h>
#include "configreader.h"
-#include "inspircd.h"
#include "users.h"
#include "modules.h"
#include "wildcard.h"