summaryrefslogtreecommitdiffstats
path: root/modules/mappers/mod_rewrite.h
diff options
context:
space:
mode:
authorAaron Bannert <aaron@apache.org>2002-04-05 22:01:20 +0200
committerAaron Bannert <aaron@apache.org>2002-04-05 22:01:20 +0200
commit1e8b1a0dbcf6a3cb17eb0a0cd7e5d83254c5f162 (patch)
tree623d34b99c6d3770960dbe90c6273fd1d6f8e2bc /modules/mappers/mod_rewrite.h
parentWith VPATH builds, the httpd.conf-std file is found in the build directory, (diff)
downloadapache2-1e8b1a0dbcf6a3cb17eb0a0cd7e5d83254c5f162.tar.xz
apache2-1e8b1a0dbcf6a3cb17eb0a0cd7e5d83254c5f162.zip
Update mod_rewrite to use the new APR global mutex type.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94465 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/mappers/mod_rewrite.h')
-rw-r--r--modules/mappers/mod_rewrite.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/mappers/mod_rewrite.h b/modules/mappers/mod_rewrite.h
index 2a42032cbf..e31bd80d68 100644
--- a/modules/mappers/mod_rewrite.h
+++ b/modules/mappers/mod_rewrite.h
@@ -113,7 +113,6 @@
#endif
#if APR_HAS_THREADS
-#include "apr_lock.h"
#include "apr_thread_mutex.h"
#endif
#include "ap_config.h"