From: squidadm@squid-cache.org <> Date: Thu, 4 Dec 2014 18:11:26 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: merge-candidate-3-v1~459 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=faf2558a25ee363602a06d16bb083f330b16c195;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index f05f04835a..996756b5dd 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -47,9 +47,9 @@ #include "NeighborTypeDomainList.h" #include "Parsing.h" #include "pconn.h" -#include "redirect.h" #include "PeerDigest.h" #include "PeerPoolMgr.h" +#include "redirect.h" #include "RefreshPattern.h" #include "rfc1738.h" #include "SBufList.h"