From: Mladen Turk Date: Mon, 5 Dec 2011 13:09:54 +0000 (+0000) Subject: No need for process.h system include since we don't use getpid() any more X-Git-Tag: 2.5.0-alpha~7712 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8238529b71bd4a9e3e5bf518f54537fbdf4cddd5;p=thirdparty%2Fapache%2Fhttpd.git No need for process.h system include since we don't use getpid() any more git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1210447 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/core/mod_watchdog.c b/modules/core/mod_watchdog.c index 47ab149ba10..7ad13bf8d48 100644 --- a/modules/core/mod_watchdog.c +++ b/modules/core/mod_watchdog.c @@ -18,10 +18,6 @@ */ #include "apr.h" -#if APR_HAVE_PROCESS_H -#include /* for getpid() on Win32 */ -#endif - #include "mod_watchdog.h" #include "ap_provider.h" #include "ap_mpm.h"