From 40710c488de3e4eef585c5a5276c9a0943d36f2e Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 15 Nov 2018 22:04:54 +0100 Subject: tdf#42949 Fix IWYU warnings in include/vcl/[B-E]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Iabe571aa8f00492902c499094bea8365a3e17fca Reviewed-on: https://gerrit.libreoffice.org/63623 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- reportdesign/source/ui/dlg/Navigator.cxx | 1 + reportdesign/source/ui/report/ReportSection.cxx | 1 + reportdesign/source/ui/report/ScrollHelper.cxx | 1 + 3 files changed, 3 insertions(+) (limited to 'reportdesign') diff --git a/reportdesign/source/ui/dlg/Navigator.cxx b/reportdesign/source/ui/dlg/Navigator.cxx index 8746c738c460..2b9503642a84 100644 --- a/reportdesign/source/ui/dlg/Navigator.cxx +++ b/reportdesign/source/ui/dlg/Navigator.cxx @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include diff --git a/reportdesign/source/ui/report/ReportSection.cxx b/reportdesign/source/ui/report/ReportSection.cxx index 25f8209d7d5d..2362d97e5232 100644 --- a/reportdesign/source/ui/report/ReportSection.cxx +++ b/reportdesign/source/ui/report/ReportSection.cxx @@ -55,6 +55,7 @@ #include +#include #include #include diff --git a/reportdesign/source/ui/report/ScrollHelper.cxx b/reportdesign/source/ui/report/ScrollHelper.cxx index dc17b3cf9c29..2b076349346a 100644 --- a/reportdesign/source/ui/report/ScrollHelper.cxx +++ b/reportdesign/source/ui/report/ScrollHelper.cxx @@ -24,6 +24,7 @@ #include #include +#include #include #include -- cgit