From dbfa1c452fd9d02330cb3ec5bf2fd4f2c7782d1a Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 16 Jun 2018 20:46:19 +0200 Subject: tdf#42949 Fix IWYU warnings in chart2/source/inc/[A-C]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Thanks to codemaker changes there are more warnings to fix than before. Also try harder to use fw declarations. Change-Id: If8b1981d5bb0f0b00e9f88d318307594fffa2506 Reviewed-on: https://gerrit.libreoffice.org/55934 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- chart2/source/controller/dialogs/RangeSelectionHelper.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chart2/source/controller/dialogs/RangeSelectionHelper.cxx') diff --git a/chart2/source/controller/dialogs/RangeSelectionHelper.cxx b/chart2/source/controller/dialogs/RangeSelectionHelper.cxx index df3b1a190ce1..d06dcf894ee5 100644 --- a/chart2/source/controller/dialogs/RangeSelectionHelper.cxx +++ b/chart2/source/controller/dialogs/RangeSelectionHelper.cxx @@ -20,6 +20,8 @@ #include #include #include +#include +#include #include using namespace ::com::sun::star; -- cgit