diff options
author | Greg Stein <gstein@apache.org> | 2000-07-01 16:02:52 +0200 |
---|---|---|
committer | Greg Stein <gstein@apache.org> | 2000-07-01 16:02:52 +0200 |
commit | a6ef5ad1b4d6b3e200e9f87874bd9c6edabc6d66 (patch) | |
tree | 0678485659e191a6502e1e6a10efd659dc1c54fc /modules/dav/fs/lock.c | |
parent | add some basic infrastructure to sdbm. update expat-lite's (diff) | |
download | apache2-a6ef5ad1b4d6b3e200e9f87874bd9c6edabc6d66.tar.xz apache2-a6ef5ad1b4d6b3e200e9f87874bd9c6edabc6d66.zip |
no need for relative includes. the directories will be added to the
compilation by the configure system.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85742 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/dav/fs/lock.c')
-rw-r--r-- | modules/dav/fs/lock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/dav/fs/lock.c b/modules/dav/fs/lock.c index 6e8f4ba2ce..c14b24ba37 100644 --- a/modules/dav/fs/lock.c +++ b/modules/dav/fs/lock.c @@ -67,8 +67,8 @@ #include "httpd.h" #include "http_log.h" -#include "../main/mod_dav.h" -#include "../main/dav_opaquelock.h" +#include "mod_dav.h" +#include "dav_opaquelock.h" #include "repos.h" |