From a73ae323fa55088321395a23301b4a87e4860bf6 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 21 May 2018 18:13:17 +0200 Subject: tdf#42949 Fix IWYU warnings in chart2/source/inc/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here A bit of fallout management was necessary as well find-unneeded-includes gave no proposals for chart2/inc Change-Id: Id382586f575cf45da758da453df9340b28e9ddd0 Reviewed-on: https://gerrit.libreoffice.org/54778 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- chart2/source/inc/DataSource.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'chart2/source/inc/DataSource.hxx') diff --git a/chart2/source/inc/DataSource.hxx b/chart2/source/inc/DataSource.hxx index 17d2a386be1f..6ad8bbffc409 100644 --- a/chart2/source/inc/DataSource.hxx +++ b/chart2/source/inc/DataSource.hxx @@ -22,7 +22,6 @@ #include #include #include -#include #include namespace chart -- cgit