summaryrefslogtreecommitdiff
path: root/os/beos
diff options
context:
space:
mode:
authorAaron Bannert <aaron@apache.org>2002-04-09 06:47:25 +0000
committerAaron Bannert <aaron@apache.org>2002-04-09 06:47:25 +0000
commitd716a8302fab6e4534265f784dc10142debe3fe6 (patch)
tree724732c7f4ce8d53617c0afb41b1a0957b9b40bc /os/beos
parent4157e579bf1fbff128100f0c9a4966c7d8b88282 (diff)
downloadhttpd-d716a8302fab6e4534265f784dc10142debe3fe6.tar.gz
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
Diffstat (limited to 'os/beos')
-rw-r--r--os/beos/beosd.c1
1 files changed, 0 insertions, 1 deletions
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;