From 00b49f9ff9777cb1c1e971feec55b2448fba8be2 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 3 Dec 2018 18:58:38 +0100 Subject: tdf#42949 Fix IWYU warnings in include/vcl/s* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ie87d27dd2c385a63349e0b322fd067ba03d2d152 Reviewed-on: https://gerrit.libreoffice.org/64479 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sd/source/core/drawdoc4.cxx | 1 + sd/source/filter/eppt/pptx-text.cxx | 1 + sd/source/ui/annotations/annotationmanager.cxx | 1 + sd/source/ui/app/optsitem.cxx | 2 ++ sd/source/ui/slideshow/showwin.cxx | 1 + 5 files changed, 6 insertions(+) (limited to 'sd') diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx index 83297fce1310..412a05e74ca1 100644 --- a/sd/source/core/drawdoc4.cxx +++ b/sd/source/core/drawdoc4.cxx @@ -21,6 +21,7 @@ #include #include +#include #include #include #include diff --git a/sd/source/filter/eppt/pptx-text.cxx b/sd/source/filter/eppt/pptx-text.cxx index 4c43f1cf181f..8d2f6c24c04d 100644 --- a/sd/source/filter/eppt/pptx-text.cxx +++ b/sd/source/filter/eppt/pptx-text.cxx @@ -50,6 +50,7 @@ #include #include #include +#include #include #include diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx index fb76dca613b5..dc85ab59c397 100644 --- a/sd/source/ui/annotations/annotationmanager.cxx +++ b/sd/source/ui/annotations/annotationmanager.cxx @@ -38,6 +38,7 @@ #include #include #include +#include #include #include #include diff --git a/sd/source/ui/app/optsitem.cxx b/sd/source/ui/app/optsitem.cxx index a087ae3a8975..300c513fb570 100644 --- a/sd/source/ui/app/optsitem.cxx +++ b/sd/source/ui/app/optsitem.cxx @@ -24,7 +24,9 @@ #include #include #include +#include #include +#include #include #include diff --git a/sd/source/ui/slideshow/showwin.cxx b/sd/source/ui/slideshow/showwin.cxx index daee8a5d75bf..e7c72e29af2e 100644 --- a/sd/source/ui/slideshow/showwin.cxx +++ b/sd/source/ui/slideshow/showwin.cxx @@ -21,6 +21,7 @@ #include "showwindow.hxx" +#include #include #include -- cgit