From: Ruediger Pluem Date: Mon, 16 Oct 2023 13:39:41 +0000 (+0000) Subject: * Fully backport r1913019 and leave it to r1913023 to include it conditionally. X-Git-Tag: 2.4.58-rc3-candidate~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3917af2aed6d99f58577487609bf6e1fbf561232;p=thirdparty%2Fapache%2Fhttpd.git * Fully backport r1913019 and leave it to r1913023 to include it conditionally. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1913027 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_ws.c b/modules/http2/h2_ws.c index af65a0e5232..396e6e1e319 100644 --- a/modules/http2/h2_ws.c +++ b/modules/http2/h2_ws.c @@ -19,7 +19,6 @@ #include "apr.h" #include "apr_strings.h" #include "apr_lib.h" -#include "apr_encode.h" #include "apr_sha1.h" #include "apr_strmatch.h"