]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_hidechans.cpp
Fix potential for duplicate SID if the SID is auto generated.
[user/henk/code/inspircd.git] / src / modules / m_hidechans.cpp
index 44d503ff3fbd51256e9473da3de14a27aaae6fd9..8d2c6b4ebf623239afb1c1f1b6595644bc1d51db 100644 (file)
@@ -12,9 +12,6 @@
  */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
 
 /* $ModDesc: Provides support for hiding channels with user mode +I */
 
@@ -92,4 +89,4 @@ class ModuleHideChans : public Module
 };
 
 
-MODULE_INIT(ModuleHideChans);
+MODULE_INIT(ModuleHideChans)