summaryrefslogtreecommitdiff
path: root/sc/inc/PivotTableDataSequence.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-06-13 22:06:33 +0200
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2018-06-17 11:27:30 +0200
commitaf625c8b7143bef6d2d61037427f9934607f336f (patch)
treebcebac65050e847314895f2484928c63be92a148 /sc/inc/PivotTableDataSequence.hxx
parent4c2bff9743d583c31d5cac6ba0d6acd87bd4ea69 (diff)
tdf#42949 Fix IWYU warnings in sc/inc/P*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ic46d80186b0eb69e7bd8553278ffc9043b9b4bef Reviewed-on: https://gerrit.libreoffice.org/55768 Tested-by: Jenkins Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'sc/inc/PivotTableDataSequence.hxx')
-rw-r--r--sc/inc/PivotTableDataSequence.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/PivotTableDataSequence.hxx b/sc/inc/PivotTableDataSequence.hxx
index 470a7a5b2f0c..8448edcc5a9e 100644
--- a/sc/inc/PivotTableDataSequence.hxx
+++ b/sc/inc/PivotTableDataSequence.hxx
@@ -25,10 +25,7 @@
#include <cppuhelper/implbase.hxx>
#include <rtl/math.hxx>
-#include "unonames.hxx"
-#include "document.hxx"
-
-#include "dpsave.hxx"
+class ScDocument;
namespace sc
{