From: Francesco Chemolli Date: Fri, 31 Aug 2012 13:55:28 +0000 (+0200) Subject: Removed some now-useless forward-declarations in protos.h X-Git-Tag: sourceformat-review-1~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f86bb6a906a8ed3c6ca47d559fd59c8a1079377;p=thirdparty%2Fsquid.git Removed some now-useless forward-declarations in protos.h --- diff --git a/src/protos.h b/src/protos.h index 37347e15ac..ca34910981 100644 --- a/src/protos.h +++ b/src/protos.h @@ -37,17 +37,6 @@ #include "wordlist.h" #include "anyp/ProtocolType.h" -class HttpRequestMethod; -#if USE_DELAY_POOLS -class ClientInfo; -#endif - -class FwdState; - -class HttpRequest; -class HttpReply; - - #if SQUID_SNMP SQUIDCEXTERN PF snmpHandleUdp; SQUIDCEXTERN void snmpInit(void); diff --git a/src/tests/stub_client_db.cc b/src/tests/stub_client_db.cc index 072454bee4..df933f501c 100644 --- a/src/tests/stub_client_db.cc +++ b/src/tests/stub_client_db.cc @@ -5,6 +5,8 @@ #define STUB_API "client_db.cc" #include "tests/STUB.h" +class ClientInfo; + void clientdbInit(void) STUB void clientdbUpdate(const Ip::Address &, log_type, AnyP::ProtocolType, size_t) STUB int clientdbCutoffDenied(const Ip::Address &) STUB_RETVAL(-1)