]> granicus.if.org Git - apache/commitdiff
header file tweaks required for compilability
authorJeff Trawick <trawick@apache.org>
Wed, 25 Mar 2009 08:43:28 +0000 (08:43 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 25 Mar 2009 08:43:28 +0000 (08:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758178 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/simple/simple_core.c
server/mpm/simple/simple_io.c
server/mpm/simple/simple_run.c

index 11b4f679a28a08ff07ffd11315f81bdb225c433d..7a46855693e375d752306adc7959c3d589f6dab9 100644 (file)
@@ -18,7 +18,6 @@
  */
 
 #include "simple_types.h"
-#include "mpm.h"
 #include "ap_mpm.h"
 #include "httpd.h"
 #include "http_log.h"
index b0f33f010125f5ecea3ba3b470c9151d32d37baa..38befa913a264209eecf22a1825b5593dfc8930c 100644 (file)
@@ -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"
 
index 06c5496d4c0d47e9871c4baa96ab31a7e12d141e..b51a14ac140b0bde4695a18af246625b7e5f2798 100644 (file)
@@ -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"
 
 /**