From 492ea7e08571e466e37f870b7642a79df55c2e92 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 12 Nov 2018 20:55:41 +0100 Subject: tdf#42949 Fix IWYU warnings in include/vcl/[ab]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: If18c80fc64e55d797953e24e40e5d5e62bd9c625 Reviewed-on: https://gerrit.libreoffice.org/63453 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- fpicker/source/office/OfficeControlAccess.cxx | 1 + fpicker/source/office/asyncfilepicker.cxx | 1 + 2 files changed, 2 insertions(+) (limited to 'fpicker') diff --git a/fpicker/source/office/OfficeControlAccess.cxx b/fpicker/source/office/OfficeControlAccess.cxx index c39cf363766c..e4023f524d62 100644 --- a/fpicker/source/office/OfficeControlAccess.cxx +++ b/fpicker/source/office/OfficeControlAccess.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/fpicker/source/office/asyncfilepicker.cxx b/fpicker/source/office/asyncfilepicker.cxx index 2b2e29f0ec15..f547b2fd634f 100644 --- a/fpicker/source/office/asyncfilepicker.cxx +++ b/fpicker/source/office/asyncfilepicker.cxx @@ -22,6 +22,7 @@ #include "iodlg.hxx" #include #include +#include #include -- cgit