From 8067be0721462079c1d91bff9865ba07bfc56b5a Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 19 Nov 2018 01:06:09 +0100 Subject: tdf#42949 Fix IWYU warnings in include/vcl/[f-h]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ice2eb8c5994bf2ccb88972332ca4a1d3ed41752a Reviewed-on: https://gerrit.libreoffice.org/63826 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sd/source/filter/eppt/eppt.cxx | 1 + sd/source/filter/eppt/pptx-epptbase.cxx | 1 + 2 files changed, 2 insertions(+) (limited to 'sd') diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx index a8ad9df0a16d..ab7c55a30087 100644 --- a/sd/source/filter/eppt/eppt.cxx +++ b/sd/source/filter/eppt/eppt.cxx @@ -47,6 +47,7 @@ #include #include #include +#include #include #include #include diff --git a/sd/source/filter/eppt/pptx-epptbase.cxx b/sd/source/filter/eppt/pptx-epptbase.cxx index 3642629a936b..bceacfac8ca3 100644 --- a/sd/source/filter/eppt/pptx-epptbase.cxx +++ b/sd/source/filter/eppt/pptx-epptbase.cxx @@ -65,6 +65,7 @@ #include #include #include +#include #include #include #include -- cgit