]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socket.h
Allow maxtargets to be bypassed in LoopCall for JOIN
[user/henk/code/inspircd.git] / include / socket.h
index 6a0cc88ad51acf0de2f94193f2a8a6177b926b5a..cad14499e9f68757476c7cf817e439cfde4c0241 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2010 InspIRCd Development Team
  * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
@@ -34,7 +34,6 @@
 #endif
 
 #include <cerrno>
-#include "socketengine.h"
 
 /* Contains irc-specific definitions */
 namespace irc
@@ -124,6 +123,7 @@ namespace irc
        }
 }
 
+#include "socketengine.h"
 /** This class handles incoming connections on client ports.
  * It will create a new User for every valid connection
  * and assign it a file descriptor.