]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_denychans.cpp
PROPAGATE this fix
[user/henk/code/inspircd.git] / src / modules / m_denychans.cpp
index 0ce9c3d752525c2cc13d76185dafd8368dea4162..1b72c52c3789bfa314f689d0ee70c91963de8acc 100644 (file)
  */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
-#include "hashcomp.h"
 #include "wildcard.h"
 
 /* $ModDesc: Implements config tags which allow blocking of joins to channels */
@@ -77,4 +73,4 @@ class ModuleDenyChannels : public Module
        }
 };
 
-MODULE_INIT(ModuleDenyChannels);
+MODULE_INIT(ModuleDenyChannels)