From 00b49f9ff9777cb1c1e971feec55b2448fba8be2 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 3 Dec 2018 18:58:38 +0100 Subject: tdf#42949 Fix IWYU warnings in include/vcl/s* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ie87d27dd2c385a63349e0b322fd067ba03d2d152 Reviewed-on: https://gerrit.libreoffice.org/64479 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- svx/source/dialog/dialcontrol.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'svx/source/dialog/dialcontrol.cxx') diff --git a/svx/source/dialog/dialcontrol.cxx b/svx/source/dialog/dialcontrol.cxx index 16a8c7bab4ec..0d9c51023985 100644 --- a/svx/source/dialog/dialcontrol.cxx +++ b/svx/source/dialog/dialcontrol.cxx @@ -22,10 +22,12 @@ #include #include #include +#include #include #include #include #include +#include namespace svx { -- cgit