From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:07:53 +0000 (+0000) Subject: Remove SquidString include from src/ssl/helper.cc (#1555) X-Git-Tag: SQUID_7_0_1~304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=890424ba89cab3699934420f1b4494aa72310ead;p=thirdparty%2Fsquid.git Remove SquidString include from src/ssl/helper.cc (#1555) --- diff --git a/src/ssl/helper.cc b/src/ssl/helper.cc index 1d37c5e776..42b4594b2e 100644 --- a/src/ssl/helper.cc +++ b/src/ssl/helper.cc @@ -16,7 +16,6 @@ #include "Parsing.h" #include "sbuf/Stream.h" #include "SquidConfig.h" -#include "SquidString.h" #include "ssl/cert_validate_message.h" #include "ssl/Config.h" #include "ssl/helper.h"