From 8edd3cf9e3f8bca7c136360280c516093da000df Mon Sep 17 00:00:00 2001 From: squidadm Date: Sun, 28 Oct 2018 00:10:27 +0000 Subject: [PATCH] Source Format Enforcement (#317) --- src/tunnel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2