]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cleanup: remove useless includes
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 30 May 2013 14:58:49 +0000 (08:58 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 30 May 2013 14:58:49 +0000 (08:58 -0600)
src/HttpHdrSc.h
src/client_side.h
src/client_side_reply.cc
src/client_side_reply.h
src/client_side_request.h
src/comm.h

index c4ea7c28b9a2ed76d92e1b803f12810bf87a59ed..7865b6497f7d5dd99ca8ba5979613af41ec4fc76 100644 (file)
@@ -32,7 +32,6 @@
 #ifndef SQUID_HTTPHDRSURROGATECONTROL_H
 #define SQUID_HTTPHDRSURROGATECONTROL_H
 
-#include "dlink.h"
 #include "HttpHdrScTarget.h"
 
 class StatHist;
index 310de54b8ea3e18fb011860068a082e802c58908..79872cdefbafbdbb35099a59d7035a322336327a 100644 (file)
 #ifndef SQUID_CLIENTSIDE_H
 #define SQUID_CLIENTSIDE_H
 
-#include "base/AsyncJob.h"
-#include "base/RefCount.h"
-#include "BodyPipe.h"
 #include "comm.h"
-#include "CommCalls.h"
-#include "HttpRequest.h"
 #include "HttpControlMsg.h"
 #include "HttpParser.h"
-#include "StoreIOBuffer.h"
 #if USE_AUTH
 #include "auth/UserRequest.h"
 #endif
index d299a5afe030d8af2d275724f3447f7fe21c45a7..68e29f52aa3bd7588338ba2c5658ed923fc5e1f8 100644 (file)
@@ -34,9 +34,6 @@
 #include "acl/Gadgets.h"
 #include "anyp/PortCfg.h"
 #include "client_side_reply.h"
-#include "client_side.h"
-#include "clientStream.h"
-#include "dlink.h"
 #include "errorpage.h"
 #include "fd.h"
 #include "fde.h"
@@ -58,7 +55,6 @@
 #include "SquidConfig.h"
 #include "SquidTime.h"
 #include "Store.h"
-#include "StoreClient.h"
 #include "StrList.h"
 #include "tools.h"
 #include "URL.h"
index 90fec3db8c6f1cd1347cb71d7bd2f5c72665c302..18dec5efe7df2278f4683c6cb3e7af64df8b35bf 100644 (file)
 #ifndef SQUID_CLIENTSIDEREPLY_H
 #define SQUID_CLIENTSIDEREPLY_H
 
-#include "base/RefCount.h"
 #include "client_side_request.h"
-#include "clientStream.h"
-#include "HttpHeader.h"
+#include "ip/forward.h"
 #include "RequestFlags.h"
 #include "StoreClient.h"
 
 class ErrorState;
-#include "ip/forward.h"
 
 /* XXX make static method */
 
index 53d5ac7e7371bb912db4d4a4ec080a1c5411a0c9..106eef46e4a99e567b23e096bfc8a6f125a0469d 100644 (file)
 #define SQUID_CLIENTSIDEREQUEST_H
 
 #include "acl/forward.h"
-#include "HttpHeader.h"
+#include "AccessLogEntry.h"
 #include "clientStream.h"
 #include "client_side.h"
-#include "AccessLogEntry.h"
-#include "dlink.h"
-#include "base/AsyncJob.h"
 #include "HttpHeaderRange.h"
 #include "LogTags.h"
 
index 7c0f228078f0b7f1e376ca5b38bfd55c0108275f..571c1b310e1549622fb109f79935ca3266a40246 100644 (file)
@@ -1,10 +1,7 @@
 #ifndef __COMM_H__
 #define __COMM_H__
 
-#include "AsyncEngine.h"
-#include "base/AsyncCall.h"
 #include "CommCalls.h"
-#include "comm_err_t.h"
 #include "comm/IoCallback.h"
 #include "StoreIOBuffer.h"