]> git.ipfire.org Git - thirdparty/squid.git/commit - src/HttpHeader.cc
Instead of including MemBuf.h in squid.h, use a forward reference
authorwessels <>
Sat, 17 Sep 2005 10:53:44 +0000 (10:53 +0000)
committerwessels <>
Sat, 17 Sep 2005 10:53:44 +0000 (10:53 +0000)
commit0eb49b6d757d3b252987ad7470692b3760b235de
treea7fc0b3df31750241ff1a3d5a9691107bcdda4a7
parentbc79fb54fefc9edd34a582e97d264f78bee2208f
Instead of including MemBuf.h in squid.h, use a forward reference
to class MemBuf and then include MemBuf.h in the .cc files where
necessary.
33 files changed:
src/ACLIP.cc
src/HttpBody.cc
src/HttpHeader.cc
src/HttpHeaderTools.cc
src/HttpMsg.cc
src/HttpReply.cc
src/HttpRequest.cc
src/MemBuf.cc
src/MemObject.cc
src/Packer.cc
src/access_log.cc
src/cache_cf.cc
src/client_side.cc
src/comm.cc
src/disk.cc
src/dns_internal.cc
src/errorpage.cc
src/external_acl.cc
src/gopher.cc
src/helper.cc
src/htcp.cc
src/http.cc
src/ident.cc
src/internal.cc
src/mem.cc
src/mime.cc
src/stat.cc
src/store_client.cc
src/structs.h
src/tools.cc
src/tunnel.cc
src/urn.cc
src/wais.cc