summaryrefslogtreecommitdiff
path: root/ucb/source/core/ucbprops.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-09-25 22:42:41 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-10-01 16:49:27 +0200
commit6076335b06c3c67634b439b96cd32817ff77d0d9 (patch)
treeba2d183bca19a61e5c2d5d34baad5b7075d55f45 /ucb/source/core/ucbprops.hxx
parent93ebf6a85f699e0594e05374ac37f8e582292d4f (diff)
tdf#42949 Fix IWYU warnings in ucb/source/*/*hxx
Note: to build ucb/source/ucp/webdav one needs to use the --with-webdav=serf configure option Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I6da50aeeea0c05d49b8b9eadf67ab91d3d250f41 Reviewed-on: https://gerrit.libreoffice.org/79577 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'ucb/source/core/ucbprops.hxx')
-rw-r--r--ucb/source/core/ucbprops.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/ucb/source/core/ucbprops.hxx b/ucb/source/core/ucbprops.hxx
index 74b1761841f4..1829403609eb 100644
--- a/ucb/source/core/ucbprops.hxx
+++ b/ucb/source/core/ucbprops.hxx
@@ -21,11 +21,9 @@
#define INCLUDED_UCB_SOURCE_CORE_UCBPROPS_HXX
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <com/sun/star/lang/XTypeProvider.hpp>
+#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
-#include <cppuhelper/weak.hxx>
-#include <ucbhelper/macros.hxx>
#include <cppuhelper/implbase.hxx>