diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-11-08 17:23:15 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-11-12 09:20:55 +0100 |
commit | 7ddedd2594ddcaeed21f46709fdb44601ff641bf (patch) | |
tree | 2b0e198ba30392a6f140f046b87a67b91f00aa32 /basic/source/classes/sbunoobj.cxx | |
parent | c465d920f4fe15c6e614beffb80b53d24a3dc5c7 (diff) |
tdf#42949 Fix IWYU warnings in basic/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I325149be2ea7697b5b4a2ce4a662edd2f8be6e50
Reviewed-on: https://gerrit.libreoffice.org/82312
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'basic/source/classes/sbunoobj.cxx')
-rw-r--r-- | basic/source/classes/sbunoobj.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx index af5a3aab3da2..26aedddd3a40 100644 --- a/basic/source/classes/sbunoobj.cxx +++ b/basic/source/classes/sbunoobj.cxx @@ -27,14 +27,12 @@ #include <cppuhelper/implbase.hxx> #include <cppuhelper/exc_hlp.hxx> -#include <cppuhelper/typeprovider.hxx> #include <comphelper/interfacecontainer2.hxx> #include <comphelper/extract.hxx> #include <comphelper/processfactory.hxx> #include <cppuhelper/weakref.hxx> #include <rtl/instance.hxx> -#include <rtl/strbuf.hxx> #include <rtl/ustrbuf.hxx> #include <com/sun/star/script/ArrayWrapper.hpp> @@ -55,7 +53,6 @@ #include <com/sun/star/script/BasicErrorException.hpp> #include <com/sun/star/script/InvocationAdapterFactory.hpp> #include <com/sun/star/script/XAllListener.hpp> -#include <com/sun/star/script/XInvocationAdapterFactory.hpp> #include <com/sun/star/script/Converter.hpp> #include <com/sun/star/script/XDefaultProperty.hpp> #include <com/sun/star/script/XDirectInvocation.hpp> @@ -64,6 +61,7 @@ #include <com/sun/star/reflection/XIdlArray.hpp> #include <com/sun/star/reflection/XIdlReflection.hpp> #include <com/sun/star/reflection/XServiceConstructorDescription.hpp> +#include <com/sun/star/reflection/XSingletonTypeDescription.hpp> #include <com/sun/star/reflection/theCoreReflection.hpp> #include <com/sun/star/bridge/oleautomation/NamedArgument.hpp> #include <com/sun/star/bridge/oleautomation/Date.hpp> @@ -71,7 +69,6 @@ #include <com/sun/star/bridge/oleautomation/Currency.hpp> #include <com/sun/star/bridge/oleautomation/XAutomationObject.hpp> #include <com/sun/star/script/XAutomationInvocation.hpp> -#include <basic/codecompletecache.hxx> #include <rtlproto.hxx> @@ -79,8 +76,6 @@ #include <basic/sbuno.hxx> #include <basic/sberrors.hxx> #include <sbunoobj.hxx> -#include <sbjsmod.hxx> -#include <basic/basmgr.hxx> #include <sbintern.hxx> #include <runtime.hxx> |