From: Source Maintenance Date: Mon, 25 Jul 2016 12:12:06 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_4_0_13~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8f9dea2efb521caf12f5d6e9c069635f1ab18df;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/helper.cc b/src/helper.cc index 95e8da0527..9991b2362a 100644 --- a/src/helper.cc +++ b/src/helper.cc @@ -40,7 +40,6 @@ /// Helpers input buffer size. const size_t ReadBufSize(32*1024); - static IOCB helperHandleRead; static IOCB helperStatefulHandleRead; static void helperServerFree(helper_server *srv); diff --git a/src/helper.h b/src/helper.h index d655811f28..2e74c00e05 100644 --- a/src/helper.h +++ b/src/helper.h @@ -18,8 +18,8 @@ #include "dlink.h" #include "helper/ChildConfig.h" #include "helper/forward.h" -#include "helper/Request.h" #include "helper/Reply.h" +#include "helper/Request.h" #include "ip/Address.h" #include "sbuf/SBuf.h"