]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_regex_glob.cpp
Fix a bunch of really obvious unnecessary includes.
[user/henk/code/inspircd.git] / src / modules / m_regex_glob.cpp
index 3f0b5ac1139787d5a453a5d7be0954d2c6fd81d1..1b62bbebb5ad6145083d1a95f5b2be1a201fed9a 100644 (file)
@@ -23,8 +23,8 @@
  */
 
 
-#include "modules/regex.h"
 #include "inspircd.h"
+#include "modules/regex.h"
 
 class GlobRegex : public Regex
 {