From acd639c5de1721633a5442b9582c1469b6537e38 Mon Sep 17 00:00:00 2001 From: Valery Yatsko Date: Wed, 2 Apr 2008 16:37:42 +0400 Subject: [PATCH] includes fix --- src/packet.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/packet.c b/src/packet.c index 705598a4c..6a650d214 100644 --- a/src/packet.c +++ b/src/packet.c @@ -24,14 +24,12 @@ * $Id: packet.c 25179 2008-03-30 16:34:57Z androsyn $ */ #include "stdinc.h" -#include "struct.h" #include "s_conf.h" #include "s_serv.h" #include "client.h" #include "ircd.h" #include "parse.h" #include "packet.h" -#include "match.h" #include "hook.h" #include "send.h" #include "common.h"