summaryrefslogtreecommitdiff
path: root/modules/core
diff options
context:
space:
mode:
authorMladen Turk <mturk@apache.org>2011-12-05 13:09:54 +0000
committerMladen Turk <mturk@apache.org>2011-12-05 13:09:54 +0000
commit8238529b71bd4a9e3e5bf518f54537fbdf4cddd5 (patch)
tree47b6f4606ad3f2b04d7b21ee92d5392fd4acf512 /modules/core
parentf63c6e73bcbeef361fe6898c4d2ccc17d1b98850 (diff)
downloadhttpd-8238529b71bd4a9e3e5bf518f54537fbdf4cddd5.tar.gz
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
Diffstat (limited to 'modules/core')
-rw-r--r--modules/core/mod_watchdog.c4
1 files changed, 0 insertions, 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 <process.h> /* for getpid() on Win32 */
-#endif
-
#include "mod_watchdog.h"
#include "ap_provider.h"
#include "ap_mpm.h"