]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_hideoper.cpp
Fix potential for duplicate SID if the SID is auto generated.
[user/henk/code/inspircd.git] / src / modules / m_hideoper.cpp
index dc7495cd5ff5d8f537adb36ef13f2b644ee015b8..1e4f7ae85009d75f87c90b386785663fdb2fef0c 100644 (file)
@@ -12,9 +12,6 @@
  */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
 
 /* $ModDesc: Provides support for hiding oper status with user mode +H */
 
@@ -91,4 +88,4 @@ class ModuleHideOper : public Module
 };
 
 
-MODULE_INIT(ModuleHideOper);
+MODULE_INIT(ModuleHideOper)