From c30ff38b7f3bba7b5cc6d089d214415c3609e957 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 19 Jul 2001 21:30:37 +0000 Subject: [PATCH] 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 --- mod_ssl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 2.47.2