diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-21 00:07:16 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-24 11:59:16 +0100 |
commit | 3381e35ec2b567f0b85cce6192df11d0be9cdbe2 (patch) | |
tree | eb82533b7d258877b0fee8fe202d9bb1ece16ad4 /desktop/source/splash | |
parent | 1d10db1003f092f48ed09a0d45994f7481b96d84 (diff) |
tdf#42949 Fix IWYU warnings in desktop/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: If72377cb352be71050a5b0a471bbe3b02d9c0f74
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87117
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'desktop/source/splash')
-rw-r--r-- | desktop/source/splash/splash.cxx | 6 | ||||
-rw-r--r-- | desktop/source/splash/splash.hxx | 1 | ||||
-rw-r--r-- | desktop/source/splash/unxsplash.cxx | 3 | ||||
-rw-r--r-- | desktop/source/splash/unxsplash.hxx | 6 |
4 files changed, 0 insertions, 16 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx index c34673f3e881..53ca05497ee1 100644 --- a/desktop/source/splash/splash.cxx +++ b/desktop/source/splash/splash.cxx @@ -19,23 +19,18 @@ #include "splash.hxx" -#include <stdio.h> #include <sal/log.hxx> -#include <unotools/bootstrap.hxx> -#include <tools/stream.hxx> #include <vcl/bitmapex.hxx> #include <vcl/svapp.hxx> #include <vcl/salnativewidgets.hxx> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/task/XStatusIndicator.hpp> #include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> #include <rtl/bootstrap.hxx> #include <rtl/strbuf.hxx> -#include <rtl/math.hxx> #include <vcl/introwin.hxx> #include <vcl/virdev.hxx> @@ -43,7 +38,6 @@ #define NOT_LOADED_COLOR (Color(0xffffffff)) using namespace ::com::sun::star::lang; -using namespace ::com::sun::star::registry; using namespace ::com::sun::star::task; using namespace ::com::sun::star::uno; diff --git a/desktop/source/splash/splash.hxx b/desktop/source/splash/splash.hxx index 1561308dbb90..94838d3ccd19 100644 --- a/desktop/source/splash/splash.hxx +++ b/desktop/source/splash/splash.hxx @@ -24,7 +24,6 @@ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include <sal/types.h> namespace com { namespace sun { namespace star { namespace uno { diff --git a/desktop/source/splash/unxsplash.cxx b/desktop/source/splash/unxsplash.cxx index b068cfa28e5c..cf1c66144ea8 100644 --- a/desktop/source/splash/unxsplash.cxx +++ b/desktop/source/splash/unxsplash.cxx @@ -20,10 +20,7 @@ #include "unxsplash.hxx" #include <stdio.h> #include <osl/process.h> -#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/supportsservice.hxx> -#include <rtl/ustrbuf.hxx> -#include <rtl/math.hxx> #include <sal/log.hxx> using namespace com::sun::star; diff --git a/desktop/source/splash/unxsplash.hxx b/desktop/source/splash/unxsplash.hxx index d4ca29fd1be4..baa612a0df10 100644 --- a/desktop/source/splash/unxsplash.hxx +++ b/desktop/source/splash/unxsplash.hxx @@ -13,18 +13,12 @@ #include <stdio.h> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/uno/Exception.hpp> #include <com/sun/star/uno/Reference.h> -#include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <cppuhelper/implbase.hxx> -#include <cppuhelper/interfacecontainer.h> -#include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <osl/mutex.hxx> -#include <rtl/bootstrap.hxx> namespace desktop { |