]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_check.cpp
Fix potential for duplicate SID if the SID is auto generated.
[user/henk/code/inspircd.git] / src / modules / m_check.cpp
index ed808075343d7fa2fa870ce324846ee529ad0241..c4ec91988f751ee203a29d019f19812eb219b8b5 100644 (file)
@@ -12,9 +12,6 @@
  */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
 #include "wildcard.h"
 
 /* $ModDesc: Provides the /check command to retrieve information on a user, channel, or IP address */
@@ -185,4 +182,4 @@ class ModuleCheck : public Module
        
 };
 
-MODULE_INIT(ModuleCheck);
+MODULE_INIT(ModuleCheck)