summaryrefslogtreecommitdiffstats
path: root/binaryurp
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-10-31 14:28:47 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-11-05 14:57:25 +0100
commit0505a00a9ba827e39338b295ab6f73743d5c80b9 (patch)
tree0cee285db5b06b7271c94bec78fae814ad57c866 /binaryurp
parentstd::set->o3tl::sorted_set in ScDPCache (diff)
downloadcore-0505a00a9ba827e39338b295ab6f73743d5c80b9.tar.gz
core-0505a00a9ba827e39338b295ab6f73743d5c80b9.zip
tdf#42949 Fix new IWYU warnings in directories [ab]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib0008b9bb095f27e5e436d6b507dc709ab7bf01a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105313 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'binaryurp')
-rw-r--r--binaryurp/source/bridgefactory.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/binaryurp/source/bridgefactory.cxx b/binaryurp/source/bridgefactory.cxx
index fc1f8b071362..2178351015c0 100644
--- a/binaryurp/source/bridgefactory.cxx
+++ b/binaryurp/source/bridgefactory.cxx
@@ -30,8 +30,6 @@
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uno/XInterface.hpp>
-#include <cppuhelper/factory.hxx>
-#include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <o3tl/safeint.hxx>
#include <rtl/ref.hxx>