From: Francesco Chemolli Date: Fri, 28 Aug 2015 20:50:41 +0000 (+0200) Subject: Remove no longer needed includes of typedefs.h X-Git-Tag: SQUID_4_0_1~81^2~10^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a5b5df7ca3bd47357943980b67a107ae1d507eb;p=thirdparty%2Fsquid.git Remove no longer needed includes of typedefs.h --- diff --git a/src/ClientInfo.h b/src/ClientInfo.h index 365d36eb03..4bd5962a99 100644 --- a/src/ClientInfo.h +++ b/src/ClientInfo.h @@ -14,7 +14,7 @@ #include "hash.h" #include "ip/Address.h" #include "LogTags.h" -#include "typedefs.h" +#include "typedefs.h" //for kb_t #include #if USE_DELAY_POOLS diff --git a/src/CollapsedForwarding.h b/src/CollapsedForwarding.h index b964b504b5..acf7844017 100644 --- a/src/CollapsedForwarding.h +++ b/src/CollapsedForwarding.h @@ -13,7 +13,6 @@ #include "ipc/forward.h" #include "ipc/Queue.h" -#include "typedefs.h" #include diff --git a/src/HttpHeaderTools.h b/src/HttpHeaderTools.h index fa9fd2baba..fd1940dcbb 100644 --- a/src/HttpHeaderTools.h +++ b/src/HttpHeaderTools.h @@ -12,7 +12,6 @@ #include "acl/forward.h" #include "format/Format.h" #include "HttpHeader.h" -#include "typedefs.h" #include #include diff --git a/src/Notes.h b/src/Notes.h index bcf39d773e..9fed9c4632 100644 --- a/src/Notes.h +++ b/src/Notes.h @@ -14,7 +14,6 @@ #include "format/Format.h" #include "mem/forward.h" #include "SquidString.h" -#include "typedefs.h" #include #include diff --git a/src/SquidConfig.h b/src/SquidConfig.h index ff0aa92c24..9d5e7e14e2 100644 --- a/src/SquidConfig.h +++ b/src/SquidConfig.h @@ -30,6 +30,7 @@ namespace Mgr { class ActionPasswordList; } // namespace Mgr +class CachePeer; class CustomLog; class CpuAffinityMap; class external_acl; diff --git a/src/comm/Write.h b/src/comm/Write.h index 93e3c64016..6446bcb5a3 100644 --- a/src/comm/Write.h +++ b/src/comm/Write.h @@ -12,7 +12,6 @@ #include "base/AsyncCall.h" #include "comm/forward.h" #include "mem/forward.h" -#include "typedefs.h" //for PF class MemBuf; namespace Comm diff --git a/src/fqdncache.h b/src/fqdncache.h index 1067ff37ef..0721ce8ae5 100644 --- a/src/fqdncache.h +++ b/src/fqdncache.h @@ -12,7 +12,6 @@ #define SQUID_FQDNCACHE_H_ #include "ip/Address.h" -#include "typedefs.h" class StoreEntry; class wordlist; diff --git a/src/snmp_core.h b/src/snmp_core.h index 63d581edea..380c6e6954 100644 --- a/src/snmp_core.h +++ b/src/snmp_core.h @@ -14,7 +14,6 @@ #include "cache_snmp.h" #include "comm/forward.h" #include "ip/forward.h" -#include "typedefs.h" //for PF class MemBuf; diff --git a/src/typedefs.h b/src/typedefs.h index bf8a7de5ed..da6604410b 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -26,4 +26,3 @@ class CachePeer; typedef void IRCB(CachePeer *, peer_t, AnyP::ProtocolType, void *, void *data); #endif /* SQUID_TYPEDEFS_H */ -