summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-11-07 10:00:13 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-11-07 10:04:49 +0100
commitf8798dcb2a7b79558bc907862a9c279d2f75be26 (patch)
tree5a11a713afa2d81df87299d8a048897643c90209 /ucb
parentc96c7c8b6bfc3a12745c505937e1d3b8dc6591ab (diff)
loplugin:includeform: automatic rewrite in --with-webdav=serf code
Change-Id: Ida1b0c2942071d5ee8a25dd1817e8608761732ac
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/AprEnv.hxx2
-rw-r--r--ucb/source/ucp/webdav/SerfLockStore.hxx2
-rw-r--r--ucb/source/ucp/webdav/SerfSession.cxx6
-rw-r--r--ucb/source/ucp/webdav/SerfUri.cxx2
-rw-r--r--ucb/source/ucp/webdav/webdavresultset.cxx2
5 files changed, 7 insertions, 7 deletions
diff --git a/ucb/source/ucp/webdav/AprEnv.hxx b/ucb/source/ucp/webdav/AprEnv.hxx
index 8dae15db3689..4590c64aab55 100644
--- a/ucb/source/ucp/webdav/AprEnv.hxx
+++ b/ucb/source/ucp/webdav/AprEnv.hxx
@@ -22,7 +22,7 @@
#define INCLUDED_UCB_SOURCE_UCP_WEBDAV_APRENV_HXX
#include <apr_pools.h>
-#include <SerfLockStore.hxx>
+#include "SerfLockStore.hxx"
namespace apr_environment
{
diff --git a/ucb/source/ucp/webdav/SerfLockStore.hxx b/ucb/source/ucp/webdav/SerfLockStore.hxx
index 82f1a7717a28..6a927562b164 100644
--- a/ucb/source/ucp/webdav/SerfLockStore.hxx
+++ b/ucb/source/ucp/webdav/SerfLockStore.hxx
@@ -25,7 +25,7 @@
#include <osl/mutex.hxx>
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
-#include <SerfSession.hxx>
+#include "SerfSession.hxx"
namespace http_dav_ucp
{
diff --git a/ucb/source/ucp/webdav/SerfSession.cxx b/ucb/source/ucp/webdav/SerfSession.cxx
index 91e387158aa6..ab41f1f5ac0f 100644
--- a/ucb/source/ucp/webdav/SerfSession.cxx
+++ b/ucb/source/ucp/webdav/SerfSession.cxx
@@ -20,9 +20,9 @@
#include <vector>
#include <string.h>
#include <rtl/string.h>
-#include "comphelper/processfactory.hxx"
-#include "comphelper/sequence.hxx"
-#include "ucbhelper/simplecertificatevalidationrequest.hxx"
+#include <comphelper/processfactory.hxx>
+#include <comphelper/sequence.hxx>
+#include <ucbhelper/simplecertificatevalidationrequest.hxx>
#include "AprEnv.hxx"
#include <apr_strings.h>
diff --git a/ucb/source/ucp/webdav/SerfUri.cxx b/ucb/source/ucp/webdav/SerfUri.cxx
index 78cb6da08284..43bf4ce56c85 100644
--- a/ucb/source/ucp/webdav/SerfUri.cxx
+++ b/ucb/source/ucp/webdav/SerfUri.cxx
@@ -25,7 +25,7 @@
#include "DAVException.hxx"
#include "AprEnv.hxx"
-#include "urihelper.hxx"
+#include <urihelper.hxx>
using namespace http_dav_ucp;
diff --git a/ucb/source/ucp/webdav/webdavresultset.cxx b/ucb/source/ucp/webdav/webdavresultset.cxx
index cc19f191151a..9233a5de8061 100644
--- a/ucb/source/ucp/webdav/webdavresultset.cxx
+++ b/ucb/source/ucp/webdav/webdavresultset.cxx
@@ -28,7 +28,7 @@
#include "webdavresultset.hxx"
#include "DAVSession.hxx"
-#include "comphelper/processfactory.hxx"
+#include <comphelper/processfactory.hxx>
using namespace com::sun::star;
using namespace http_dav_ucp;