From: Amos Jeffries Date: Thu, 30 May 2013 10:42:01 +0000 (-0600) Subject: Cleanup: remove useless includes X-Git-Tag: SQUID_3_4_0_1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e584ff634537abdc1b4b7c02367bc27de04b32a0;p=thirdparty%2Fsquid.git Cleanup: remove useless includes --- diff --git a/src/comm.cc b/src/comm.cc index 7f3ce5061a..72f2a85601 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -33,11 +33,7 @@ */ #include "squid.h" -#include "base/AsyncCall.h" -#include "cbdata.h" -#include "comm.h" #include "ClientInfo.h" -#include "CommCalls.h" #include "comm/AcceptLimiter.h" #include "comm/comm_internal.h" #include "comm/Connection.h" @@ -53,15 +49,12 @@ #include "fde.h" #include "globals.h" #include "icmp/net_db.h" -#include "ip/Address.h" #include "ip/Intercept.h" #include "ip/QosConfig.h" #include "ip/tools.h" -#include "MemBuf.h" #include "pconn.h" #include "profiler/Profiler.h" #include "SquidConfig.h" -#include "SquidTime.h" #include "StatCounters.h" #include "StoreIOBuffer.h" #include "tools.h"