]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Since mpm.h wraps unixd.h and scoreboard.h nicely, and win32 has
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 19 Jul 2001 21:30:37 +0000 (21:30 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 19 Jul 2001 21:30:37 +0000 (21:30 +0000)
  no unixd.h, well...

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

modules/ssl/mod_ssl.h

index 5eae80d8ceebb16e3c38256c9f54c583a601fe24..4bf9a3a1398b8281ec6ebfa9ee0075410e7f9a21 100644 (file)
 #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"