summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/SerfSession.cxx
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-02-26 16:46:56 +0100
commitf9f70d95a19f7c139c2f9093e033edd9e6dcf45e (patch)
tree5e644c456c56fbd915f1ac57865bb7edd301e143 /ucb/source/ucp/webdav/SerfSession.cxx
parentff3b92017d3c831987ab437e48178e9d29a36bfb (diff)
webdav: fix include paths
Change-Id: I323bef2e1c21e2a1981409d4295ccf555088e5ea
Diffstat (limited to 'ucb/source/ucp/webdav/SerfSession.cxx')
-rw-r--r--ucb/source/ucp/webdav/SerfSession.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/SerfSession.cxx b/ucb/source/ucp/webdav/SerfSession.cxx
index 621c85f17626..83a0da1467a1 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>
@@ -26,7 +25,7 @@
#include "ucbhelper/simplecertificatevalidationrequest.hxx"
#include "AprEnv.hxx"
-#include <apr/apr_strings.h>
+#include <apr_strings.h>
#include "DAVAuthListener.hxx"
#include "SerfTypes.hxx"