]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed useless includes in protos.h
authorp <>
Fri, 31 Aug 2012 10:57:13 +0000 (12:57 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 31 Aug 2012 10:57:13 +0000 (12:57 +0200)
include/Range.h
src/acl/StringData.cc
src/protos.h

index a77147513a54a587c02241f98e261475604c8477..0bae5d435bb7d5ef6922e2d00bd9ad3b00923ee1 100644 (file)
@@ -33,6 +33,8 @@
 #ifndef SQUID_RANGE_H
 #define SQUID_RANGE_H
 
+#include "Debug.h"
+
 #if HAVE_IOSFWD
 #include <iosfwd>
 #endif
index b257edad2ccddb5c44cbcdf9641c67f9a6bb54aa..e2b4f5a3710f03e13e5ba1ca2a11971965bb66b6 100644 (file)
@@ -37,6 +37,7 @@
 #include "squid.h"
 #include "acl/StringData.h"
 #include "acl/Checklist.h"
+#include "Debug.h"
 #include "protos.h"
 #include "wordlist.h"
 
index 5b2b72140dbfd91d51cfc2c4d0f48dce3a3e861a..a4f4a59480e4f84dba945caed33ddf4b24745ddc 100644 (file)
 #ifndef SQUID_PROTOS_H
 #define SQUID_PROTOS_H
 
-/* included for routines that have not moved out to their proper homes
- * yet.
- */
-#include "Packer.h"
 /* for routines still in this file that take CacheManager parameters */
 #include "ip/Address.h"
 /* for parameters that still need these */
 /* some parameters stil need this */
 #include "wordlist.h"
 #include "anyp/ProtocolType.h"
-#include "Debug.h"
-#include "HttpHeader.h"
-#include "HttpStatusCode.h"
-#include "lookup_t.h"
 
 class HttpRequestMethod;
 #if USE_DELAY_POOLS