]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
No need for process.h system include since we don't use getpid() any more
authorMladen Turk <mturk@apache.org>
Mon, 5 Dec 2011 13:09:54 +0000 (13:09 +0000)
committerMladen Turk <mturk@apache.org>
Mon, 5 Dec 2011 13:09:54 +0000 (13:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1210447 13f79535-47bb-0310-9956-ffa450edef68

modules/core/mod_watchdog.c

index 47ab149ba10ef1fe02469ad067d64b19ca1797d7..7ad13bf8d4839e5e305dbf406c9c1ed971209f09 100644 (file)
  */
 
 #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"