diff options
-rw-r--r-- | src/modules/m_shun.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp index c6ccbb7eb..25e8f7be8 100644 --- a/src/modules/m_shun.cpp +++ b/src/modules/m_shun.cpp @@ -11,8 +11,7 @@ * --------------------------------------------------- */ -#include -"inspircd.h" +#include "inspircd.h" #include "xline.h" /* $ModDesc: Provides the /shun command, which stops a user executing all commands except PING and PONG. */ |