diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-06-16 23:30:05 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-04 09:46:34 +0200 |
commit | f3bf306eb9368c66df9817888739c4c4d3b2a9db (patch) | |
tree | e45c40b1f183f2fb6724d35ac2eb659666c71e74 /sc/source/ui/unoobj/PivotTableDataSequence.cxx | |
parent | e27be9dfbcf8636a7440f828435b1860dfa38977 (diff) |
tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I9b4111f2b4ccea71a491f2412f0d02ce5a7f64f7
Reviewed-on: https://gerrit.libreoffice.org/74570
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/ui/unoobj/PivotTableDataSequence.cxx')
-rw-r--r-- | sc/source/ui/unoobj/PivotTableDataSequence.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/unoobj/PivotTableDataSequence.cxx b/sc/source/ui/unoobj/PivotTableDataSequence.cxx index 7c5b12321dc9..be583042f1d7 100644 --- a/sc/source/ui/unoobj/PivotTableDataSequence.cxx +++ b/sc/source/ui/unoobj/PivotTableDataSequence.cxx @@ -18,12 +18,8 @@ #include <miscuno.hxx> #include <document.hxx> -#include <docsh.hxx> -#include <hints.hxx> #include <unonames.hxx> -#include <com/sun/star/chart/ChartDataChangeEvent.hpp> - using namespace css; namespace sc |