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/SerfSession.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ucb/source/ucp/webdav/SerfSession.cxx') 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 -- cgit