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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c30ff38b7f3bba7b5cc6d089d214415c3609e957;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/modules/ssl@89623 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/mod_ssl.h b/mod_ssl.h index 5eae80d8cee..4bf9a3a1398 100644 --- a/mod_ssl.h +++ b/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"