From: wessels <> Date: Mon, 8 May 2006 23:22:32 +0000 (+0000) Subject: client_side_reply.h doesn't need to #include forward.h any more. X-Git-Tag: SQUID_3_0_PRE4~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12c4f4bf789cf8f3f7ac855240e4e3e1f820a24a;p=thirdparty%2Fsquid.git client_side_reply.h doesn't need to #include forward.h any more. --- diff --git a/src/client_side_reply.h b/src/client_side_reply.h index 121f9de90c..e14589fdf3 100644 --- a/src/client_side_reply.h +++ b/src/client_side_reply.h @@ -1,6 +1,6 @@ /* - * $Id: client_side_reply.h,v 1.12 2006/05/07 15:13:24 wessels Exp $ + * $Id: client_side_reply.h,v 1.13 2006/05/08 17:22:32 wessels Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -41,15 +41,6 @@ #include "StoreClient.h" #include "client_side_request.h" -/* - * The clientReplyContext class now keeps a refcounted pointer to - * FwdState. This was done so that FwdState refcount doesn't go - * to zero during a "reforward" between the time when the initial - * ServerSide gets destroyed and before the second attempt ServerSide - * gets created. - */ -#include "forward.h" - /* XXX make static method */ class clientReplyContext : public RefCountable, public StoreClient