]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
client_side_reply.h doesn't need to #include forward.h any more.
authorwessels <>
Mon, 8 May 2006 23:22:32 +0000 (23:22 +0000)
committerwessels <>
Mon, 8 May 2006 23:22:32 +0000 (23:22 +0000)
src/client_side_reply.h

index 121f9de90cb107652a9cb4c5590877b50d727aec..e14589fdf343c7d70cf12a7b5a5815c41370402e 100644 (file)
@@ -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/
 #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