irc_string.h -> match.h, irc_string.h; includes changed

This commit is contained in:
Valery Yatsko 2008-04-20 09:47:38 +04:00
parent decf0486cc
commit 4562c60489
93 changed files with 234 additions and 204 deletions

View 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 **);