From: Ivan Zhakov Date: Fri, 8 Jul 2022 16:24:37 +0000 (+0000) Subject: Follow-up to r1902572: Remove now unused #include. X-Git-Tag: 2.5.0-alpha2-ci-test-only~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7641312e075d9d0f7c7852d320ce090b17f94bbe;p=thirdparty%2Fapache%2Fhttpd.git Follow-up to r1902572: Remove now unused #include. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1902573 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_pcre.c b/server/util_pcre.c index 463c8c72563..11b13d67c87 100644 --- a/server/util_pcre.c +++ b/server/util_pcre.c @@ -55,7 +55,6 @@ POSSIBILITY OF SUCH DAMAGE. #include "httpd.h" #include "apr_strings.h" #include "apr_tables.h" -#include "apr_thread_proc.h" #ifdef HAVE_PCRE2 #define PCRE2_CODE_UNIT_WIDTH 8