summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-07-08 16:24:37 +0000
committerIvan Zhakov <ivan@apache.org>2022-07-08 16:24:37 +0000
commit7641312e075d9d0f7c7852d320ce090b17f94bbe (patch)
treea30bce76151fc6f95aaf194a5c76c06c61769850 /server
parentb93394ec6927d19d6de36e0618b1d52612aa6136 (diff)
downloadhttpd-7641312e075d9d0f7c7852d320ce090b17f94bbe.tar.gz
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
Diffstat (limited to 'server')
-rw-r--r--server/util_pcre.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/util_pcre.c b/server/util_pcre.c
index 463c8c7256..11b13d67c8 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