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 --- sc/source/ui/unoobj/PivotTableDataProvider.cxx | 1 + sc/source/ui/unoobj/forbiuno.cxx | 1 + sc/source/ui/unoobj/viewuno.cxx | 1 + 3 files changed, 3 insertions(+) (limited to 'sc/source/ui/unoobj') diff --git a/sc/source/ui/unoobj/PivotTableDataProvider.cxx b/sc/source/ui/unoobj/PivotTableDataProvider.cxx index 94bf491c2e13..b8e8eb73ce7d 100644 --- a/sc/source/ui/unoobj/PivotTableDataProvider.cxx +++ b/sc/source/ui/unoobj/PivotTableDataProvider.cxx @@ -28,6 +28,7 @@ #include #include #include +#include #include #include diff --git a/sc/source/ui/unoobj/forbiuno.cxx b/sc/source/ui/unoobj/forbiuno.cxx index 01a1e435014f..79b769178133 100644 --- a/sc/source/ui/unoobj/forbiuno.cxx +++ b/sc/source/ui/unoobj/forbiuno.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/sc/source/ui/unoobj/viewuno.cxx b/sc/source/ui/unoobj/viewuno.cxx index dea3ad87b8e9..e5514e9d7e9f 100644 --- a/sc/source/ui/unoobj/viewuno.cxx +++ b/sc/source/ui/unoobj/viewuno.cxx @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include -- cgit