1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

* Remove unneeded include of unistd.h. getpid is not used any longer since

r394065.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@599326 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ruediger Pluem
2007-11-29 08:18:31 +00:00
parent 4c46b08b82
commit 4df56cc5aa

View File

@@ -24,10 +24,6 @@
#include "apr_version.h"
#include "apr_hooks.h"
#if APR_HAVE_UNISTD_H
#include <unistd.h> /* for getpid() */
#endif
module AP_MODULE_DECLARE_DATA proxy_balancer_module;
static int proxy_balancer_canon(request_rec *r, char *url)