diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-11-03 20:33:34 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-11-09 16:04:18 +0100 |
commit | 433e60eb5241a25102b754bc23045b6095b0de0d (patch) | |
tree | faa85e06630d13c5c47303db203fa66fd61d47e6 /desktop/source/splash | |
parent | 2951c96bcb673a260a09e2c6eb92ca0f99bf0c18 (diff) |
tdf#42949 Fix new IWYU warnings in directories d*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I8f3cd05dbd86bd22fd84d767adc44fc2b0c89404
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105468
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'desktop/source/splash')
-rw-r--r-- | desktop/source/splash/unxsplash.cxx | 2 | ||||
-rw-r--r-- | desktop/source/splash/unxsplash.hxx | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/desktop/source/splash/unxsplash.cxx b/desktop/source/splash/unxsplash.cxx index 2cf813ac2165..0396a5bf5cbf 100644 --- a/desktop/source/splash/unxsplash.cxx +++ b/desktop/source/splash/unxsplash.cxx @@ -22,7 +22,7 @@ #include <osl/process.h> #include <cppuhelper/supportsservice.hxx> #include <sal/log.hxx> -#include <rtl/ref.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> using namespace com::sun::star; diff --git a/desktop/source/splash/unxsplash.hxx b/desktop/source/splash/unxsplash.hxx index e5de0f678dd8..52b148abf0ef 100644 --- a/desktop/source/splash/unxsplash.hxx +++ b/desktop/source/splash/unxsplash.hxx @@ -12,12 +12,9 @@ #include <stdio.h> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/uno/Reference.h> -#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <cppuhelper/implbase.hxx> -#include <osl/mutex.hxx> namespace desktop { |