X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_denychans.cpp;h=3b3cd50fa74bdcb26f3bc9ca0f7f1681941c5945;hb=cd7657bddc7a6dc2e7326077d173a874bf71f6bd;hp=d143bffbf7c81f2a7423402e4f065501d07ded0e;hpb=9cf56d917d92959701694477f7944d45ad2c38ed;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_denychans.cpp b/src/modules/m_denychans.cpp index d143bffbf..3b3cd50fa 100644 --- a/src/modules/m_denychans.cpp +++ b/src/modules/m_denychans.cpp @@ -11,11 +11,11 @@ * --------------------------------------------------- */ +#include "inspircd.h" #include "users.h" #include "channels.h" #include "modules.h" #include "hashcomp.h" -#include "inspircd.h" #include "wildcard.h" /* $ModDesc: Implements config tags which allow blocking of joins to channels */