]> granicus.if.org Git - apache/commitdiff
Follow up to r1821526: mpm_unix.h needs this includes only for now.
authorYann Ylavic <ylavic@apache.org>
Thu, 18 Jan 2018 18:05:37 +0000 (18:05 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 18 Jan 2018 18:05:37 +0000 (18:05 +0000)
[Reverted by r1821619]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821534 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_unix.c
server/mpm_unix.h

index d301da8303868ad7ae4d320b98695d8f79f8583e..2fae89bc4c44090cd09a61b4c05f5744936ee6b4 100644 (file)
@@ -29,7 +29,6 @@
 
 #include "mpm_unix.h"
 
-#include "apr.h"
 #include "apr_thread_proc.h"
 #include "apr_signal.h"
 #include "apr_strings.h"
 #include "apr_atomic.h"
 #include "apr_errno.h"
 
+#include "httpd.h"
 #include "http_config.h"
 #include "http_core.h"
 #include "http_log.h"
 #include "http_main.h"
 #include "mpm_common.h"
-#include "ap_mpm.h"
 #include "ap_listen.h"
 #include "scoreboard.h"
 #include "util_mutex.h"
index 826256ef061271571fc0e3799d3d1d647cfd7080..45e0ab1f869a6a95ac520ab9e467fd7b69d0f7e2 100644 (file)
 
 #ifndef WIN32
 
-#include "httpd.h"
+#include <apr.h>
+#include <apr_ring.h>
+#include <apr_pools.h>
+#include <apr_network_io.h>
 #include <apr_thread_mutex.h>
 #include <apr_thread_cond.h>