diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2013-03-24 12:21:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-27 20:25:37 +0100 |
commit | 3c18e25efdbbc13be3a0c6ed354d5e7a46feb451 (patch) | |
tree | db9d8af56e107f7ccaab6b4e6a2fc5c55f50c4eb /ucb/source/ucp/webdav/SerfUri.cxx | |
parent | b42211965a5246735c6551f1472c82da8d20d508 (diff) |
Header clean-up
(cherry picked from commit 9e6159be30751d0ff3af6086de0114cb769873ee)
Change-Id: I1bd046e1aca89d3dd35780338737ca4a6f207bca
Diffstat (limited to 'ucb/source/ucp/webdav/SerfUri.cxx')
-rw-r--r-- | ucb/source/ucp/webdav/SerfUri.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/SerfUri.cxx b/ucb/source/ucp/webdav/SerfUri.cxx index a82418c0f175..66aec6d7edc0 100644 --- a/ucb/source/ucp/webdav/SerfUri.cxx +++ b/ucb/source/ucp/webdav/SerfUri.cxx @@ -23,7 +23,7 @@ #include <rtl/ustrbuf.hxx> #include "SerfUri.hxx" #include "DAVException.hxx" -#include <AprEnv.hxx> +#include "AprEnv.hxx" #include "../inc/urihelper.hxx" |