From 33623f3117d88683fbc9e66792e5030c0322946e Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 20 Oct 2018 12:00:50 +0200 Subject: tdf#42949 Fix IWYU warnings in include/unotools/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I444c43b9d549977039f25bec2b5bf666c3e15e0e Reviewed-on: https://gerrit.libreoffice.org/62041 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- toolkit/source/controls/unocontrolmodel.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'toolkit') diff --git a/toolkit/source/controls/unocontrolmodel.cxx b/toolkit/source/controls/unocontrolmodel.cxx index b59d4ce0e22d..a81b4a911664 100644 --- a/toolkit/source/controls/unocontrolmodel.cxx +++ b/toolkit/source/controls/unocontrolmodel.cxx @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include -- cgit