From: Amos Jeffries Date: Thu, 30 May 2013 09:51:25 +0000 (-0600) Subject: Remove useless include X-Git-Tag: SQUID_3_4_0_1~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f6ce7c343902e248bd697aa0fc17769fbf49500;p=thirdparty%2Fsquid.git Remove useless include --- diff --git a/src/comm/Connection.h b/src/comm/Connection.h index ef10cba14e..93581dc7f5 100644 --- a/src/comm/Connection.h +++ b/src/comm/Connection.h @@ -37,7 +37,6 @@ #ifndef _SQUIDCONNECTIONDETAIL_H_ #define _SQUIDCONNECTIONDETAIL_H_ -#include "base/RefCount.h" #include "comm/forward.h" #include "defines.h" #include "hier_code.h"