]> granicus.if.org Git - apache/commitdiff
Remove many unnecessary includes, incl. apr_lock.h
authorAaron Bannert <aaron@apache.org>
Tue, 9 Apr 2002 06:49:18 +0000 (06:49 +0000)
committerAaron Bannert <aaron@apache.org>
Tue, 9 Apr 2002 06:49:18 +0000 (06:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94567 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/pod.c
server/mpm/worker/pod.h

index 03ad947ada3a3863f9786abbf2fd346ace54fe59..14a50991f4875260591dc05409c9c498d07b77c2 100644 (file)
  * 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 <unistd.h>
 #endif
index 7a3288cc17ab88b9731b5a4ba1d01f65c0b0fe64..794c37ab1451cb259d284ebb310fd9ecb383c5a9 100644 (file)
@@ -58,7 +58,6 @@
 
 #include "apr.h"
 #include "apr_strings.h"
-#include "apr_lock.h"
 #define APR_WANT_STRFUNC
 #include "apr_want.h"