From ec06ffdfd54b1f6997f905f9252cecabde3a1c5a Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Tue, 11 Sep 2018 19:10:32 +0200 Subject: tdf#42949 Fix IWYU warnings in chart2/source/controller/[a,i,m,s]*/*hxx Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I5f445522e9a1ccd60555e992adf345b254b2ac83 Reviewed-on: https://gerrit.libreoffice.org/60335 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- chart2/source/controller/main/ChartFrameloader.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chart2/source/controller/main/ChartFrameloader.hxx') diff --git a/chart2/source/controller/main/ChartFrameloader.hxx b/chart2/source/controller/main/ChartFrameloader.hxx index a6911dd7710d..9287198aa62b 100644 --- a/chart2/source/controller/main/ChartFrameloader.hxx +++ b/chart2/source/controller/main/ChartFrameloader.hxx @@ -22,9 +22,10 @@ #include #include #include -#include #include +namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } } + namespace chart { -- cgit