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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6c4b42e750663eb9176f9c766a65d7986c8b798;p=apache 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 cf73988d70..90815ad849 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;