diff options
author | Ivan Zhakov <ivan@apache.org> | 2022-07-08 18:24:37 +0200 |
---|---|---|
committer | Ivan Zhakov <ivan@apache.org> | 2022-07-08 18:24:37 +0200 |
commit | 7641312e075d9d0f7c7852d320ce090b17f94bbe (patch) | |
tree | a30bce76151fc6f95aaf194a5c76c06c61769850 /server/util_pcre.c | |
parent | Rewrite ap_regexec() without a thread-local storage context for allocations. (diff) | |
download | apache2-7641312e075d9d0f7c7852d320ce090b17f94bbe.tar.xz apache2-7641312e075d9d0f7c7852d320ce090b17f94bbe.zip |
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/util_pcre.c')
-rw-r--r-- | server/util_pcre.c | 1 |
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 |