]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_operchans.cpp
Fix for bug #415, affects only trunk (wish i'd known this before i started!)
[user/henk/code/inspircd.git] / src / modules / m_operchans.cpp
index 883849dca1c4c49eb76d3a88d7464d9f8d209f31..24772aea7e7fe0c75b2af5123b52d0daef79c4e4 100644 (file)
@@ -12,9 +12,6 @@
  */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
 
 /* $ModDesc: Provides support for oper-only chans via the +O channel mode */
 
@@ -94,4 +91,4 @@ class ModuleOperChans : public Module
        }
 };
 
-MODULE_INIT(ModuleOperChans);
+MODULE_INIT(ModuleOperChans)