From: Source Maintenance Date: Tue, 13 Sep 2016 12:12:15 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_4_0_15~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d547d18a8d33ff8ba9cc80a395e096a58f1f406;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/acl/SslErrorData.cc b/src/acl/SslErrorData.cc index 7d196c8792..1034a42d38 100644 --- a/src/acl/SslErrorData.cc +++ b/src/acl/SslErrorData.cc @@ -9,8 +9,8 @@ #include "squid.h" #include "acl/Checklist.h" #include "acl/SslErrorData.h" -#include "ssl/ErrorDetail.h" #include "security/CertError.h" +#include "ssl/ErrorDetail.h" ACLSslErrorData::ACLSslErrorData(ACLSslErrorData const &o) : values(o.values)