]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_remove.cpp
Convert more modules
[user/henk/code/inspircd.git] / src / modules / m_remove.cpp
index 56a54fc37980de873dbb9e916a6142eb8424a946..714490d8207d62e52c53ddd8c4ccf9c3e5e9f4ec 100644 (file)
  * ---------------------------------------------------
  */
 
+#include "inspircd.h"
 #include <sstream>
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
 #include "configreader.h"
-#include "inspircd.h"
 
 /* $ModDesc: Provides a /remove command, this is mostly an alternative to /kick, except makes users appear to have parted the channel */