includes fix

This commit is contained in:
Valery Yatsko 2008-04-02 16:37:42 +04:00
parent 42d2f3061c
commit 9d948d2b6d
1 changed files with 0 additions and 2 deletions

View File

@ -24,14 +24,12 @@
* $Id: packet.c 25179 2008-03-30 16:34:57Z androsyn $ * $Id: packet.c 25179 2008-03-30 16:34:57Z androsyn $
*/ */
#include "stdinc.h" #include "stdinc.h"
#include "struct.h"
#include "s_conf.h" #include "s_conf.h"
#include "s_serv.h" #include "s_serv.h"
#include "client.h" #include "client.h"
#include "ircd.h" #include "ircd.h"
#include "parse.h" #include "parse.h"
#include "packet.h" #include "packet.h"
#include "match.h"
#include "hook.h" #include "hook.h"
#include "send.h" #include "send.h"
#include "common.h" #include "common.h"