From f8798dcb2a7b79558bc907862a9c279d2f75be26 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 7 Nov 2017 10:00:13 +0100 Subject: loplugin:includeform: automatic rewrite in --with-webdav=serf code Change-Id: Ida1b0c2942071d5ee8a25dd1817e8608761732ac --- ucb/source/ucp/webdav/AprEnv.hxx | 2 +- ucb/source/ucp/webdav/SerfLockStore.hxx | 2 +- ucb/source/ucp/webdav/SerfSession.cxx | 6 +++--- ucb/source/ucp/webdav/SerfUri.cxx | 2 +- ucb/source/ucp/webdav/webdavresultset.cxx | 2 +- 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 -#include +#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 #include #include -#include +#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 #include #include -#include "comphelper/processfactory.hxx" -#include "comphelper/sequence.hxx" -#include "ucbhelper/simplecertificatevalidationrequest.hxx" +#include +#include +#include #include "AprEnv.hxx" #include 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 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 using namespace com::sun::star; using namespace http_dav_ucp; -- cgit