diff options
author | Aaron Bannert <aaron@apache.org> | 2002-04-09 08:47:25 +0200 |
---|---|---|
committer | Aaron Bannert <aaron@apache.org> | 2002-04-09 08:47:25 +0200 |
commit | d716a8302fab6e4534265f784dc10142debe3fe6 (patch) | |
tree | 724732c7f4ce8d53617c0afb41b1a0957b9b40bc /os/beos | |
parent | PR: (diff) | |
download | apache2-d716a8302fab6e4534265f784dc10142debe3fe6.tar.xz apache2-d716a8302fab6e4534265f784dc10142debe3fe6.zip |
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.c | 1 |
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; |