From: Aaron Bannert Date: Tue, 9 Apr 2002 06:48:31 +0000 (+0000) Subject: Remove unnecessary includes of apr_lock.h X-Git-Tag: 2.0.36~253 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe3208953d4c94baa42b4e927cb04823873419a9;p=apache Remove unnecessary includes of apr_lock.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94566 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/listen.c b/server/listen.c index 7f0c32c048..9e3701a5b0 100644 --- a/server/listen.c +++ b/server/listen.c @@ -58,7 +58,6 @@ #include "apr_network_io.h" #include "apr_strings.h" -#include "apr_lock.h" #define APR_WANT_STRFUNC #include "apr_want.h" diff --git a/server/mpm_common.c b/server/mpm_common.c index d0738dc9c5..f1f98f9bbc 100644 --- a/server/mpm_common.c +++ b/server/mpm_common.c @@ -71,7 +71,6 @@ #include "apr_thread_proc.h" #include "apr_signal.h" #include "apr_strings.h" -#include "apr_lock.h" #define APR_WANT_STRFUNC #include "apr_want.h"