diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-19 07:29:47 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-06-18 15:11:50 +0200 |
commit | cb9414f59eca713e1aebac0a2894e8c9412612b7 (patch) | |
tree | e5933dcf0f1fb34d5bb47c93e142e284cfd80f98 /sc/inc/TablePivotChart.hxx | |
parent | 80e9f9f8d8cc3e1073f98b1413bc0b80b93ec4f9 (diff) |
tdf#42949 Fix IWYU warnings in sc/inc/[Tt]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here
and a bit of fallout management.
Change-Id: I347377d7bb2a0cf8acda1ad28b5cc79bb954ab7d
Reviewed-on: https://gerrit.libreoffice.org/55726
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/TablePivotChart.hxx')
-rw-r--r-- | sc/inc/TablePivotChart.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/TablePivotChart.hxx b/sc/inc/TablePivotChart.hxx index dce05e711f86..b94886bcf96f 100644 --- a/sc/inc/TablePivotChart.hxx +++ b/sc/inc/TablePivotChart.hxx @@ -17,7 +17,6 @@ #include <svl/lstner.hxx> #include <cppuhelper/compbase.hxx> -#include <cppuhelper/implbase.hxx> #include "types.hxx" |