]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed some unnecessary includes.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 21 Sep 2012 09:49:04 +0000 (11:49 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 21 Sep 2012 09:49:04 +0000 (11:49 +0200)
src/icmp/net_db.h
src/log/CustomLog.h
src/log/Formats.h

index 54ebc05e0174ce4dbaad0829fe1932613a100fe6..be38efb1773b80e80782f67f744dee7764442bfe 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef ICMP_NET_DB_H
 #define ICMP_NET_DB_H
 
-#include "CachePeer.h"
 #include "hash.h"
 
+class CachePeer;
 namespace Ip
 {
 class Address;
index 32a53a1fa434bc6fc7f463ede84162eecca0b25c..4c64343777f812ec4d35fbe90f673203337213ed 100644 (file)
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
  *
  */
-#include "format/Format.h"
+//#include "format/Format.h"
 #include "log/Formats.h"
 
 class ACLList;
 class Logfile;
+namespace Format {
+class Format;
+}
 
 class CustomLog
 {
index 6f54e0dc58acf9fd5c0de26e9e04d9e6a089e57a..0e2dd16eca3d9faa24449518edde42f7cb4a6c66 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef _SQUID_LOG_FORMATS_H
 #define _SQUID_LOG_FORMATS_H
 
+#include "AccessLogEntry.h"
 #include "RefCount.h"
 
 typedef RefCount<AccessLogEntry> AccessLogEntryPointer;