From: Francesco Chemolli Date: Mon, 31 Aug 2015 09:16:27 +0000 (+0200) Subject: Source maintenance X-Git-Tag: SQUID_4_0_1~81^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c947ba77279ee8a547bdbd2bf3c37aee0d44e19;p=thirdparty%2Fsquid.git Source maintenance --- diff --git a/src/ICP.h b/src/ICP.h index 2a913340ae..06658734c9 100644 --- a/src/ICP.h +++ b/src/ICP.h @@ -18,8 +18,8 @@ #include "icp_opcode.h" #include "ip/Address.h" #include "LogTags.h" -#include "StoreClient.h" #include "store_key_md5.h" +#include "StoreClient.h" class HttpRequest; diff --git a/src/StoreSwapLogData.h b/src/StoreSwapLogData.h index 8995bdd957..edb470a667 100644 --- a/src/StoreSwapLogData.h +++ b/src/StoreSwapLogData.h @@ -35,9 +35,9 @@ * the value for MemObject->swap_hdr_sz. */ +#include "fs/forward.h" #include "md5.h" #include "mem/forward.h" -#include "fs/forward.h" /// maintains a 24-bit checksum over integer fields class SwapChecksum24 diff --git a/src/fs/forward.h b/src/fs/forward.h index a99349fa6b..81077a0afc 100644 --- a/src/fs/forward.h +++ b/src/fs/forward.h @@ -13,3 +13,4 @@ typedef int32_t sfileno; typedef signed int sdirno; #endif /* SQUID_FORWARD_H_ */ + diff --git a/src/typedefs.h b/src/typedefs.h index 16d5efd312..87e1bc6890 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -22,3 +22,4 @@ class CachePeer; typedef void IRCB(CachePeer *, peer_t, AnyP::ProtocolType, void *, void *data); #endif /* SQUID_TYPEDEFS_H */ +