summaryrefslogtreecommitdiff
path: root/xmlscript/source/xml_helper/xml_impctx.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-10-20 14:53:54 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-10-21 14:35:41 +0200
commit3dfb4c47addcb076e874e2950050849d055a6f2d (patch)
tree98155f4419be6ca315d9eec61de40d1ff25db354 /xmlscript/source/xml_helper/xml_impctx.cxx
parentaf9238d913c24d3bb326d3b0834c5008c9745446 (diff)
tdf#42949 Fix IWYU warnings in xmlscript/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I7f15170473100c50bd4d287ec8cb4a8d6186c703 Reviewed-on: https://gerrit.libreoffice.org/81164 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmlscript/source/xml_helper/xml_impctx.cxx')
-rw-r--r--xmlscript/source/xml_helper/xml_impctx.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmlscript/source/xml_helper/xml_impctx.cxx b/xmlscript/source/xml_helper/xml_impctx.cxx
index 00a6de79a7af..6391734cac01 100644
--- a/xmlscript/source/xml_helper/xml_impctx.cxx
+++ b/xmlscript/source/xml_helper/xml_impctx.cxx
@@ -22,8 +22,6 @@
#include <unoservices.hxx>
#include <xml_import.hxx>
-#include <cppuhelper/factory.hxx>
-#include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <com/sun/star/container/NoSuchElementException.hpp>
@@ -32,7 +30,6 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <sal/log.hxx>
-#include <rtl/ref.hxx>
#include <memory>
#include <unordered_map>