You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by iv...@apache.org on 2022/07/08 16:24:37 UTC

svn commit: r1902573 - /httpd/httpd/trunk/server/util_pcre.c

Author: ivan
Date: Fri Jul  8 16:24:37 2022
New Revision: 1902573

URL: http://svn.apache.org/viewvc?rev=1902573&view=rev
Log:
Follow-up to r1902572: Remove now unused #include.

Modified:
    httpd/httpd/trunk/server/util_pcre.c

Modified: httpd/httpd/trunk/server/util_pcre.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_pcre.c?rev=1902573&r1=1902572&r2=1902573&view=diff
==============================================================================
--- httpd/httpd/trunk/server/util_pcre.c (original)
+++ httpd/httpd/trunk/server/util_pcre.c Fri Jul  8 16:24:37 2022
@@ -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