summaryrefslogtreecommitdiffstats
path: root/ucb/qa/cppunit
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:29:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:49 +0200
commit310ce51340c2d64c4bb148caea2c01cf3f83a4b7 (patch)
treecbe68a39e7720bc07db2a8f2f7f044f36d3b6525 /ucb/qa/cppunit
parentloplugin:includeform: ucbhelper (diff)
downloadcore-310ce51340c2d64c4bb148caea2c01cf3f83a4b7.tar.gz
core-310ce51340c2d64c4bb148caea2c01cf3f83a4b7.zip
loplugin:includeform: ucb
Change-Id: Ifa5d2d7c4a8f9464dfcfea7f50e8a6a79043be08
Diffstat (limited to 'ucb/qa/cppunit')
-rw-r--r--ucb/qa/cppunit/webdav/webdav_local_neon.cxx2
-rw-r--r--ucb/qa/cppunit/webdav/webdav_options.cxx6
-rw-r--r--ucb/qa/cppunit/webdav/webdav_propfindcache.cxx2
-rw-r--r--ucb/qa/cppunit/webdav/webdav_resource_access.cxx4
4 files changed, 7 insertions, 7 deletions
diff --git a/ucb/qa/cppunit/webdav/webdav_local_neon.cxx b/ucb/qa/cppunit/webdav/webdav_local_neon.cxx
index caed0ef0b163..a88266020787 100644
--- a/ucb/qa/cppunit/webdav/webdav_local_neon.cxx
+++ b/ucb/qa/cppunit/webdav/webdav_local_neon.cxx
@@ -10,7 +10,7 @@
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/plugin/TestPlugIn.h>
-#include "NeonUri.hxx"
+#include <NeonUri.hxx>
using namespace webdav_ucp;
diff --git a/ucb/qa/cppunit/webdav/webdav_options.cxx b/ucb/qa/cppunit/webdav/webdav_options.cxx
index 709e2bcb8ad0..a7919dfcca06 100644
--- a/ucb/qa/cppunit/webdav/webdav_options.cxx
+++ b/ucb/qa/cppunit/webdav/webdav_options.cxx
@@ -9,9 +9,9 @@
#include <test/bootstrapfixture.hxx>
#include <cppunit/plugin/TestPlugIn.h>
-#include "DAVResourceAccess.hxx"
-#include "DAVException.hxx"
-#include "DAVTypes.hxx"
+#include <DAVResourceAccess.hxx>
+#include <DAVException.hxx>
+#include <DAVTypes.hxx>
using namespace webdav_ucp;
diff --git a/ucb/qa/cppunit/webdav/webdav_propfindcache.cxx b/ucb/qa/cppunit/webdav/webdav_propfindcache.cxx
index 5a12f05aed5f..6ce15a9df269 100644
--- a/ucb/qa/cppunit/webdav/webdav_propfindcache.cxx
+++ b/ucb/qa/cppunit/webdav/webdav_propfindcache.cxx
@@ -10,7 +10,7 @@
#include <test/bootstrapfixture.hxx>
#include <cppunit/plugin/TestPlugIn.h>
#include <cmath>
-#include "PropfindCache.hxx"
+#include <PropfindCache.hxx>
using namespace webdav_ucp;
diff --git a/ucb/qa/cppunit/webdav/webdav_resource_access.cxx b/ucb/qa/cppunit/webdav/webdav_resource_access.cxx
index e2794e220c8c..d1a73be2d5f3 100644
--- a/ucb/qa/cppunit/webdav/webdav_resource_access.cxx
+++ b/ucb/qa/cppunit/webdav/webdav_resource_access.cxx
@@ -9,8 +9,8 @@
#include <test/bootstrapfixture.hxx>
#include <cppunit/plugin/TestPlugIn.h>
-#include "DAVResourceAccess.hxx"
-#include "DAVException.hxx"
+#include <DAVResourceAccess.hxx>
+#include <DAVException.hxx>
using namespace webdav_ucp;