From: Aaron Bannert Date: Tue, 9 Apr 2002 06:47:25 +0000 (+0000) Subject: Remove uses of apr_lock.h. This patch is untested, but I don't see where X-Git-Tag: 2.0.36~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d716a8302fab6e4534265f784dc10142debe3fe6;p=thirdparty%2Fapache%2Fhttpd.git Remove uses of apr_lock.h. This patch is untested, but I don't see where the apr_lock.h include was necessary anyway. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94565 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/beos/beosd.c b/os/beos/beosd.c index cf73988d70c..90815ad8496 100644 --- a/os/beos/beosd.c +++ b/os/beos/beosd.c @@ -62,7 +62,6 @@ #include "http_main.h" #include "http_log.h" #include "beosd.h" -#include "apr_lock.h" #include "mpm_common.h" beosd_config_rec beosd_config;