From 2b44f9490853c9de5a0e92c41fdc1279b6c91e06 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 10 Apr 2022 13:11:33 +0200 Subject: Recheck modules [uU]* with IWYU See tdf#42949 for motivation Change-Id: If710445176681de8e0a0b6c65f58ecaca19dbccf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132768 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- ucb/source/ucp/tdoc/tdoc_datasupplier.cxx | 1 - ucb/source/ucp/tdoc/tdoc_datasupplier.hxx | 1 - ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx | 2 -- ucb/source/ucp/tdoc/tdoc_provider.hxx | 2 -- ucb/source/ucp/tdoc/tdoc_stgelems.hxx | 1 - 5 files changed, 7 deletions(-) (limited to 'ucb/source/ucp/tdoc') diff --git a/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx b/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx index 9347fa34472b..8873e1da29ef 100644 --- a/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx +++ b/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx @@ -25,7 +25,6 @@ *************************************************************************/ #include -#include #include #include diff --git a/ucb/source/ucp/tdoc/tdoc_datasupplier.hxx b/ucb/source/ucp/tdoc/tdoc_datasupplier.hxx index d1983e921250..e9f13800284d 100644 --- a/ucb/source/ucp/tdoc/tdoc_datasupplier.hxx +++ b/ucb/source/ucp/tdoc/tdoc_datasupplier.hxx @@ -22,7 +22,6 @@ #include #include #include -#include #include #include diff --git a/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx b/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx index 84d59df3d378..cd40d6d0e75c 100644 --- a/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx +++ b/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx @@ -24,8 +24,6 @@ *************************************************************************/ -#include -#include #include #include diff --git a/ucb/source/ucp/tdoc/tdoc_provider.hxx b/ucb/source/ucp/tdoc/tdoc_provider.hxx index 813b9d1103d9..95ffa789f730 100644 --- a/ucb/source/ucp/tdoc/tdoc_provider.hxx +++ b/ucb/source/ucp/tdoc/tdoc_provider.hxx @@ -26,8 +26,6 @@ #include #include #include -#include -#include #include #include "tdoc_uri.hxx" #include "tdoc_docmgr.hxx" diff --git a/ucb/source/ucp/tdoc/tdoc_stgelems.hxx b/ucb/source/ucp/tdoc/tdoc_stgelems.hxx index ba311953dd47..4842a3711601 100644 --- a/ucb/source/ucp/tdoc/tdoc_stgelems.hxx +++ b/ucb/source/ucp/tdoc/tdoc_stgelems.hxx @@ -33,7 +33,6 @@ #include "tdoc_storage.hxx" -#include #include namespace tdoc_ucp { -- cgit