From fb89b98641e687aefffbc7e100377f0aabb3745f Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 25 Mar 2009 08:43:28 +0000 Subject: [PATCH] header file tweaks required for compilability git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758178 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/simple/simple_core.c | 1 - server/mpm/simple/simple_io.c | 1 - server/mpm/simple/simple_run.c | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/server/mpm/simple/simple_core.c b/server/mpm/simple/simple_core.c index 11b4f679a2..7a46855693 100644 --- a/server/mpm/simple/simple_core.c +++ b/server/mpm/simple/simple_core.c @@ -18,7 +18,6 @@ */ #include "simple_types.h" -#include "mpm.h" #include "ap_mpm.h" #include "httpd.h" #include "http_log.h" diff --git a/server/mpm/simple/simple_io.c b/server/mpm/simple/simple_io.c index b0f33f0101..38befa913a 100644 --- a/server/mpm/simple/simple_io.c +++ b/server/mpm/simple/simple_io.c @@ -24,7 +24,6 @@ #include "http_connection.h" #include "util_filter.h" #include "http_main.h" -#include "mpm.h" #include "scoreboard.h" #include "http_vhost.h" diff --git a/server/mpm/simple/simple_run.c b/server/mpm/simple/simple_run.c index 06c5496d4c..b51a14ac14 100644 --- a/server/mpm/simple/simple_run.c +++ b/server/mpm/simple/simple_run.c @@ -18,6 +18,7 @@ #include "httpd.h" #include "http_log.h" +#include "http_main.h" #include "simple_types.h" #include "simple_event.h" #include "simple_children.h" @@ -27,7 +28,6 @@ #include "scoreboard.h" #include "ap_listen.h" -#include "mpm.h" #include "mpm_common.h" /** -- 2.40.0