From 8238529b71bd4a9e3e5bf518f54537fbdf4cddd5 Mon Sep 17 00:00:00 2001 From: Mladen Turk Date: Mon, 5 Dec 2011 13:09:54 +0000 Subject: [PATCH] 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 --- modules/core/mod_watchdog.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/core/mod_watchdog.c b/modules/core/mod_watchdog.c index 47ab149ba1..7ad13bf8d4 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" -- 2.40.0