summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xepivot.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-05-19 09:52:55 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-06-26 12:03:12 +0200
commitb88706f98b0859a40b5e50596c9fa75398c90c2f (patch)
tree2bcd709284b1f8af118da2d244717777973bdfd8 /sc/source/filter/excel/xepivot.cxx
parent8617c8ed9047e46808c292bd68e5b573aa7af74d (diff)
tdf#42949 Fix more IWYU warnings in sc/inc/d*
Found with bin/find-unneeded-includes These were quite a bit entangled with each other thus a lot of fallout management was necessary. Also try harder to use fw declarations in files already checked Change-Id: Ia69c3a0d66ec2763ac03094aaa1b646a290d3cfa Reviewed-on: https://gerrit.libreoffice.org/56361 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/source/filter/excel/xepivot.cxx')
-rw-r--r--sc/source/filter/excel/xepivot.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/filter/excel/xepivot.cxx b/sc/source/filter/excel/xepivot.cxx
index a47fd26f50e1..8684fa45ce50 100644
--- a/sc/source/filter/excel/xepivot.cxx
+++ b/sc/source/filter/excel/xepivot.cxx
@@ -32,6 +32,8 @@
#include <svl/zformat.hxx>
#include <sot/storage.hxx>
#include <document.hxx>
+#include <dpcache.hxx>
+#include <dpgroup.hxx>
#include <dpobject.hxx>
#include <dpsave.hxx>
#include <dpdimsave.hxx>