summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-02-06 14:19:16 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-04-02 14:22:28 +0200
commitdf3500c93e1d3ebf2a13bc754239e5154af5bae1 (patch)
treebbdea6cc2a7c07887a9d9eb2b4cb4daee1357ad0 /ucb
parenta4fd52d999f58bca85e20a77cc2da2bf8456e457 (diff)
webdav: fix include paths
Change-Id: I323bef2e1c21e2a1981409d4295ccf555088e5ea (cherry picked from commit f9f70d95a19f7c139c2f9093e033edd9e6dcf45e)
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/AprEnv.hxx2
-rw-r--r--ucb/source/ucp/webdav/SerfSession.cxx1
-rw-r--r--ucb/source/ucp/webdav/SerfUri.hxx2
3 files changed, 2 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/AprEnv.hxx b/ucb/source/ucp/webdav/AprEnv.hxx
index a887256bf6a4..9b7c59b074fe 100644
--- a/ucb/source/ucp/webdav/AprEnv.hxx
+++ b/ucb/source/ucp/webdav/AprEnv.hxx
@@ -21,7 +21,7 @@
#ifndef INCLUDED_APRENV_HXX
#define INCLUDED_APRENV_HXX
-#include <apr/apr_pools.h>
+#include <apr_pools.h>
namespace apr_environment
{
diff --git a/ucb/source/ucp/webdav/SerfSession.cxx b/ucb/source/ucp/webdav/SerfSession.cxx
index 7f67f9d64642..cc470421c72f 100644
--- a/ucb/source/ucp/webdav/SerfSession.cxx
+++ b/ucb/source/ucp/webdav/SerfSession.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <hash_map>
#include <vector>
#include <string.h>
#include <rtl/string.h>
diff --git a/ucb/source/ucp/webdav/SerfUri.hxx b/ucb/source/ucp/webdav/SerfUri.hxx
index eb192b53100c..2a05790baf14 100644
--- a/ucb/source/ucp/webdav/SerfUri.hxx
+++ b/ucb/source/ucp/webdav/SerfUri.hxx
@@ -21,7 +21,7 @@
#ifndef INCLUDED_SERFURI_HXX
#define INCLUDED_SERFURI_HXX
-#include <apr-util/apr_uri.h>
+#include <apr_uri.h>
#include <rtl/ustring.hxx>
#include "DAVException.hxx"