diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-12-23 19:20:07 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-09 10:33:17 +0100 |
commit | 1141f72f927068f700854c4f311993551587f608 (patch) | |
tree | 5365e30b7d5a33879d5205b21cfc07be42e03378 /unoxml/source/service | |
parent | f31accb05a1c7064a7e586ffec8f283b6ff4787e (diff) |
tdf#42949 Fix IWYU warnings in unoxml/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I4457153dc4f2bfe932488b1c6e3af3cff58cb150
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85787
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'unoxml/source/service')
-rw-r--r-- | unoxml/source/service/services.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unoxml/source/service/services.cxx b/unoxml/source/service/services.cxx index 55e58b769965..8863b634346b 100644 --- a/unoxml/source/service/services.cxx +++ b/unoxml/source/service/services.cxx @@ -20,13 +20,8 @@ #include <rtl/ustring.hxx> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.hxx> -#include <cppuhelper/interfacecontainer.h> #include <cppuhelper/factory.hxx> -#include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/uno/Exception.hpp> -#include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> -#include <com/sun/star/registry/XRegistryKey.hpp> #include "../dom/documentbuilder.hxx" #include "../dom/saxbuilder.hxx" |