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

@ -27,7 +27,7 @@
#include "stdinc.h"
#include "client.h"
#include "ircd.h"
#include "irc_string.h"
#include "match.h"
#include "numeric.h"
#include "send.h"
#include "s_user.h"

View file

@ -23,7 +23,7 @@
#include "channel.h"
#include "client.h"
#include "hash.h"
#include "irc_string.h"
#include "match.h"
#include "ircd.h"
#include "numeric.h"
#include "s_user.h"

View file

@ -35,7 +35,7 @@
#include "client.h"
#include "common.h"
#include "ircd.h"
#include "irc_string.h"
#include "match.h"
#include "numeric.h"
#include "s_conf.h"
#include "logger.h"

View file

@ -14,7 +14,7 @@
#include "client.h"
#include "common.h" /* FALSE bleah */
#include "ircd.h"
#include "irc_string.h"
#include "match.h"
#include "numeric.h"
#include "s_newconf.h"
#include "s_conf.h"

View file

@ -30,7 +30,7 @@
#include "s_newconf.h"
#include "send.h"
#include "whowas.h"
#include "irc_string.h"
#include "match.h"
#include "hash.h"
#include "msg.h"
#include "parse.h"

View file

@ -26,7 +26,7 @@
#include "stdinc.h"
#include "channel.h"
#include "client.h"
#include "irc_string.h"
#include "match.h"
#include "ircd.h"
#include "numeric.h"
#include "send.h"

View file

@ -35,7 +35,7 @@
#include "s_serv.h"
#include "send.h"
#include "whowas.h"
#include "irc_string.h"
#include "match.h"
#include "hash.h"
#include "msg.h"
#include "parse.h"

View file

@ -29,7 +29,7 @@
#include "channel.h"
#include "client.h"
#include "hash.h"
#include "irc_string.h"
#include "match.h"
#include "ircd.h"
#include "numeric.h"
#include "s_user.h"

View file

@ -27,7 +27,7 @@
#include "s_serv.h"
#include "send.h"
#include "whowas.h"
#include "irc_string.h"
#include "match.h"
#include "hash.h"
#include "msg.h"
#include "parse.h"

View file

@ -42,7 +42,7 @@
#include "stdinc.h"
#include "client.h" /* client struct */
#include "irc_string.h"
#include "match.h"
#include "hostmask.h"
#include "send.h" /* sendto_one */
#include "numeric.h" /* ERR_xxx */