From a0f6a138fbb4366154b6a07df687fed67696764b Mon Sep 17 00:00:00 2001 From: Aaron Bannert Date: Tue, 9 Apr 2002 06:48:31 +0000 Subject: [PATCH] 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 --- server/listen.c | 1 - server/mpm_common.c | 1 - 2 files changed, 2 deletions(-) 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" -- 2.40.0