From febe0fd100ff0bff33c965b3bcb497e7f2bc4ef9 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Tue, 18 Dec 2018 23:41:35 +0100 Subject: tdf#42949 Fix IWYU warnings in include/vcl/[t-u]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib32ea54a3fa690a0722fa75ddb4121ec78c0b64f Reviewed-on: https://gerrit.libreoffice.org/65386 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sd/source/ui/animations/CustomAnimationList.hxx | 1 + sd/source/ui/func/fuhhconv.cxx | 1 + sd/source/ui/slideshow/slideshowimpl.cxx | 1 + sd/source/ui/slideshow/slideshowviewimpl.cxx | 1 + 4 files changed, 4 insertions(+) (limited to 'sd/source') diff --git a/sd/source/ui/animations/CustomAnimationList.hxx b/sd/source/ui/animations/CustomAnimationList.hxx index e72f427a367e..3cc6c40a8f71 100644 --- a/sd/source/ui/animations/CustomAnimationList.hxx +++ b/sd/source/ui/animations/CustomAnimationList.hxx @@ -26,6 +26,7 @@ #include #include +#include #include #include diff --git a/sd/source/ui/func/fuhhconv.cxx b/sd/source/ui/func/fuhhconv.cxx index 971cd0e2f24d..8323c548f623 100644 --- a/sd/source/ui/func/fuhhconv.cxx +++ b/sd/source/ui/func/fuhhconv.cxx @@ -20,6 +20,7 @@ #include #include +#include #include #include #include diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index 1fe733db069a..128909f2c6c4 100644 --- a/sd/source/ui/slideshow/slideshowimpl.cxx +++ b/sd/source/ui/slideshow/slideshowimpl.cxx @@ -66,6 +66,7 @@ #include #include +#include #include #include #include diff --git a/sd/source/ui/slideshow/slideshowviewimpl.cxx b/sd/source/ui/slideshow/slideshowviewimpl.cxx index 4e1e24b07f65..d4fa97c3f85c 100644 --- a/sd/source/ui/slideshow/slideshowviewimpl.cxx +++ b/sd/source/ui/slideshow/slideshowviewimpl.cxx @@ -33,6 +33,7 @@ #include #include +#include using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::WeakReference; -- cgit