From 0a91c63ccc742d15eb2fbb4d2e735d677373021f Mon Sep 17 00:00:00 2001 From: Aaron Bannert Date: Tue, 9 Apr 2002 06:49:18 +0000 Subject: [PATCH] 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 --- server/mpm/worker/pod.c | 16 +--------------- server/mpm/worker/pod.h | 1 - 2 files changed, 1 insertion(+), 16 deletions(-) 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" -- 2.40.0