From: David Reid Date: Tue, 25 Dec 2001 02:34:29 +0000 (+0000) Subject: unixd.h is included in mpm.h so shouldn't need to be included here as well. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee7060d4576b60c570bb9892e689d44559fcf13e;p=apache unixd.h is included in mpm.h so shouldn't need to be included here as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92597 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c index d9238ad7d6..872ada2be3 100644 --- a/server/mpm/worker/worker.c +++ b/server/mpm/worker/worker.c @@ -101,7 +101,6 @@ #include "http_core.h" /* for get_remote_host */ #include "http_connection.h" #include "ap_mpm.h" -#include "unixd.h" #include "mpm_common.h" #include "ap_listen.h" #include "scoreboard.h"