From: William A. Rowe Jr Date: Thu, 19 Jul 2001 21:30:37 +0000 (+0000) Subject: Since mpm.h wraps unixd.h and scoreboard.h nicely, and win32 has X-Git-Tag: 2.0.21~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ba473bd8891c376f26d9c30d82c0652d7e40b68;p=thirdparty%2Fapache%2Fhttpd.git Since mpm.h wraps unixd.h and scoreboard.h nicely, and win32 has no unixd.h, well... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89623 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/mod_ssl.h b/modules/ssl/mod_ssl.h index 5eae80d8cee..4bf9a3a1398 100644 --- a/modules/ssl/mod_ssl.h +++ b/modules/ssl/mod_ssl.h @@ -126,8 +126,7 @@ #include "http_protocol.h" #include "util_script.h" #include "util_filter.h" -#include "scoreboard.h" -#include "unixd.h" +#include "mpm.h" #include "apr_strings.h" #include "apr_tables.h" #include "apr_lib.h"