]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_restrictchans.cpp
Remove unneeded headers from spanningtree. This was done to the rest of the source...
[user/henk/code/inspircd.git] / src / modules / m_restrictchans.cpp
index 3d5325fe6c2fb337769a141bbb5b504f1ce74021..69e5038612f61e9029e36f1836a18df2fcc594c4 100644 (file)
@@ -12,9 +12,6 @@
  */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
 
 /* $ModDesc: Only opers may create new channels if this module is loaded */
 
@@ -82,4 +79,4 @@ class ModuleRestrictChans : public Module
        }
 };
 
-MODULE_INIT(ModuleRestrictChans);
+MODULE_INIT(ModuleRestrictChans)