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-Tag: 2.0.30~135 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3184c2dbfa817d2346359da8f400fe22560e5b3;p=thirdparty%2Fapache%2Fhttpd.git 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 d9238ad7d6a..872ada2be3c 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"