]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/core/m_part.c
irc_string.h -> match.h, irc_string.h; includes changed
[irc/rqf/shadowircd.git] / modules / core / m_part.c
index 9e72ebc2d14f309ce3849dbcb8625b8f3f830f29..9b48020dc21fae48909ce169ff71af18f0c8a324 100644 (file)
@@ -29,7 +29,7 @@
 #include "client.h"
 #include "common.h"
 #include "hash.h"
-#include "irc_string.h"
+#include "match.h"
 #include "ircd.h"
 #include "numeric.h"
 #include "send.h"
@@ -39,6 +39,7 @@
 #include "modules.h"
 #include "s_conf.h"
 #include "packet.h"
+#include "irc_string.h"
 
 static int m_part(struct Client *, struct Client *, int, const char **);