From: Manoj Kasichainula Date: Tue, 13 Jul 1999 20:32:50 +0000 (+0000) Subject: Move the scoreboard header files for each MPM into the appropriate MPM X-Git-Tag: 1.3.7~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c2af0a57893ac4f9bca66caa67b6ab7a5505799;p=apache Move the scoreboard header files for each MPM into the appropriate MPM subdirectories: src/include/scoreboard.h -> src/modules/mpm/mpmt_pthread/scoreboard.h src/include/scoreboard_prefork.h -> src/modules/mpm/prefork/scoreboard.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83457 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index e3e47bf34d..07cae2d0cb 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -93,7 +93,7 @@ #include "http_config.h" #include "http_core.h" /* for get_remote_host */ #include "http_connection.h" -#include "scoreboard_prefork.h" +#include "scoreboard.h" #include "ap_mpm.h" #include "unixd.h" #include "iol_socket.h"