From c6c4b42e750663eb9176f9c766a65d7986c8b798 Mon Sep 17 00:00:00 2001 From: Aaron Bannert Date: Tue, 9 Apr 2002 06:47:25 +0000 Subject: [PATCH] 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 --- os/beos/beosd.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.50.1