From: squidadm Date: Sun, 28 Oct 2018 00:10:27 +0000 (+0000) Subject: Source Format Enforcement (#317) X-Git-Tag: SQUID_4_5~6 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8edd3cf9e3f8bca7c136360280c516093da000df;p=thirdparty%2Fsquid.git Source Format Enforcement (#317) --- diff --git a/src/tunnel.cc b/src/tunnel.cc index 1d8feecd3b..c1cb1bf02d 100644 --- a/src/tunnel.cc +++ b/src/tunnel.cc @@ -27,8 +27,8 @@ #include "globals.h" #include "http.h" #include "http/Stream.h" -#include "icmp/net_db.h" #include "HttpRequest.h" +#include "icmp/net_db.h" #include "ip/QosConfig.h" #include "LogTags.h" #include "MemBuf.h"