]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_conn_waitpong.cpp
Fix for bug #415, affects only trunk (wish i'd known this before i started!)
[user/henk/code/inspircd.git] / src / modules / m_conn_waitpong.cpp
index d48a029a6ea302b165cd6c25bc0ab44a86cd30c7..51571072e6a18727061a84802ec79f40dde854fa 100644 (file)
@@ -12,9 +12,6 @@
  */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
 
 /* $ModDesc: Forces connecting clients to send a PONG message back to the server before they can complete their connection */
 
@@ -145,4 +142,4 @@ class ModuleWaitPong : public Module
        
 };
 
-MODULE_INIT(ModuleWaitPong);
+MODULE_INIT(ModuleWaitPong)