From: Aaron Bannert Date: Tue, 9 Apr 2002 06:49:18 +0000 (+0000) Subject: Remove many unnecessary includes, incl. apr_lock.h X-Git-Tag: 2.0.36~252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a91c63ccc742d15eb2fbb4d2e735d677373021f;p=apache Remove many unnecessary includes, incl. apr_lock.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94567 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/worker/pod.c b/server/mpm/worker/pod.c index 03ad947ada..14a50991f4 100644 --- a/server/mpm/worker/pod.c +++ b/server/mpm/worker/pod.c @@ -56,22 +56,8 @@ * University of Illinois, Urbana-Champaign. */ -#include "apr.h" -#include "apr_strings.h" -#include "apr_lock.h" -#define APR_WANT_STRFUNC -#include "apr_want.h" - -#include "httpd.h" -#include "http_config.h" -#include "http_log.h" -#include "http_main.h" -#include "mpm.h" #include "pod.h" -#include "mpm_common.h" -#include "ap_mpm.h" -#include "ap_listen.h" -#include "mpm_default.h" + #if APR_HAVE_UNISTD_H #include #endif diff --git a/server/mpm/worker/pod.h b/server/mpm/worker/pod.h index 7a3288cc17..794c37ab14 100644 --- a/server/mpm/worker/pod.h +++ b/server/mpm/worker/pod.h @@ -58,7 +58,6 @@ #include "apr.h" #include "apr_strings.h" -#include "apr_lock.h" #define APR_WANT_STRFUNC #include "apr_want.h"