From d26d9fd652a07fb8c708c162355a15ec3b3f72d0 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 22 Aug 2018 00:10:54 +0200 Subject: tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Some only-recently analyzed files were cleaned. Also tried harder to use more fw decls instead of blacklisting Change-Id: Ie4f8eb7065e44a2b5208d6da4fa8e3681a31820b Reviewed-on: https://gerrit.libreoffice.org/59420 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- chart2/source/controller/uitest/uiobject.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'chart2/source/controller/uitest') diff --git a/chart2/source/controller/uitest/uiobject.cxx b/chart2/source/controller/uitest/uiobject.cxx index 7ddb557ffe23..7dd9697ec217 100644 --- a/chart2/source/controller/uitest/uiobject.cxx +++ b/chart2/source/controller/uitest/uiobject.cxx @@ -14,6 +14,7 @@ #include #include #include +#include #include -- cgit