From 79e618c65f398b83df45232c227f92fb5eca49a7 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 13 Jan 2019 12:44:04 +0100 Subject: tdf#42949 Fix remaining IWYU warnings in include/vcl/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Some new headers were added since I begun the cleanup here Also blacklist the header from commit 403e3c04420c4d20c77427c43df52d554d7329ff Change-Id: Ie2358d5e27297f873aeb4a4dfb2778e6fb95dfa5 Reviewed-on: https://gerrit.libreoffice.org/66255 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- svtools/source/brwbox/brwbox3.cxx | 1 + svtools/source/table/tablecontrol.cxx | 1 + svtools/source/uno/svtxgridcontrol.cxx | 1 + 3 files changed, 3 insertions(+) (limited to 'svtools') diff --git a/svtools/source/brwbox/brwbox3.cxx b/svtools/source/brwbox/brwbox3.cxx index 822eef3e1c30..cc5b535767e2 100644 --- a/svtools/source/brwbox/brwbox3.cxx +++ b/svtools/source/brwbox/brwbox3.cxx @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include diff --git a/svtools/source/table/tablecontrol.cxx b/svtools/source/table/tablecontrol.cxx index 1e3338adc612..102e8397dd94 100644 --- a/svtools/source/table/tablecontrol.cxx +++ b/svtools/source/table/tablecontrol.cxx @@ -29,6 +29,7 @@ #include #include +#include #include #include diff --git a/svtools/source/uno/svtxgridcontrol.cxx b/svtools/source/uno/svtxgridcontrol.cxx index 4c556201eb5e..e170d185bdd9 100644 --- a/svtools/source/uno/svtxgridcontrol.cxx +++ b/svtools/source/uno/svtxgridcontrol.cxx @@ -35,6 +35,7 @@ #include #include #include +#include #include -- cgit