]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socket.h
Remove spanningtree override of /LUSERS
[user/henk/code/inspircd.git] / include / socket.h
index 6a0cc88ad51acf0de2f94193f2a8a6177b926b5a..f79d9166e50d1450750c99cdb4510236df6f77dc 100644 (file)
@@ -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.