diff options
Diffstat (limited to 'src/modules/m_denychans.cpp')
-rw-r--r-- | src/modules/m_denychans.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_denychans.cpp b/src/modules/m_denychans.cpp index 67a7aaca6..04d0a3033 100644 --- a/src/modules/m_denychans.cpp +++ b/src/modules/m_denychans.cpp @@ -18,7 +18,7 @@ #include "channels.h" #include "modules.h" #include "hashcomp.h" -#include "helperfuncs.h" + #include "inspircd.h" /* $ModDesc: Implements config tags which allow blocking of joins to channels */ |