From a96e6e80626e3a045d58c66a4724c3b847d318d0 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 25 Nov 2018 00:53:41 +0100 Subject: tdf#42949 Fix IWYU warnings in include/vcl/[i-m]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: If1b2e04872eb0dd6725802c1709a9085f4cd8c91 Reviewed-on: https://gerrit.libreoffice.org/64141 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- writerperfect/qa/unit/DrawingImportTest.cxx | 1 + writerperfect/qa/unit/PresentationImportTest.cxx | 1 + writerperfect/qa/unit/SpreadsheetImportTest.cxx | 1 + 3 files changed, 3 insertions(+) (limited to 'writerperfect/qa') diff --git a/writerperfect/qa/unit/DrawingImportTest.cxx b/writerperfect/qa/unit/DrawingImportTest.cxx index 4e1300d496c3..a33a3409eeec 100644 --- a/writerperfect/qa/unit/DrawingImportTest.cxx +++ b/writerperfect/qa/unit/DrawingImportTest.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include #include #include #include diff --git a/writerperfect/qa/unit/PresentationImportTest.cxx b/writerperfect/qa/unit/PresentationImportTest.cxx index 4b2a65296545..934d7d0013d3 100644 --- a/writerperfect/qa/unit/PresentationImportTest.cxx +++ b/writerperfect/qa/unit/PresentationImportTest.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include #include #include #include diff --git a/writerperfect/qa/unit/SpreadsheetImportTest.cxx b/writerperfect/qa/unit/SpreadsheetImportTest.cxx index e5ad7a3fcc1e..4951fb0ad9a7 100644 --- a/writerperfect/qa/unit/SpreadsheetImportTest.cxx +++ b/writerperfect/qa/unit/SpreadsheetImportTest.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include #include #include #include -- cgit