1
0
mirror of https://github.com/apache/httpd.git synced 2025-10-28 20:34:59 +03:00

Follow up to r1821526: mpm_unix.h needs this includes only for now.

[Reverted by r1821619]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821534 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yann Ylavic
2018-01-18 18:05:37 +00:00
parent a4d180680f
commit ed1e3421f0
2 changed files with 5 additions and 3 deletions

View 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"
@@ -41,12 +40,12 @@
#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"