summaryrefslogtreecommitdiff
path: root/sc/inc/dptabres.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-11-03 13:14:30 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-11-08 09:16:26 +0100
commitdec3752eeb3bcd46fb5c4af4e0a48738440d21e7 (patch)
tree5f1b708c1dc57f2c516a17fecddbcd770e38513c /sc/inc/dptabres.hxx
parente5542a8c3d5fa489d27e85ae282cc67e8f5a8ec5 (diff)
tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I3e3bf3160fe3627cd105d8b69ff165c0577d8c9b Reviewed-on: https://gerrit.libreoffice.org/62807 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/dptabres.hxx')
-rw-r--r--sc/inc/dptabres.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/inc/dptabres.hxx b/sc/inc/dptabres.hxx
index da659809280c..d28e192863c6 100644
--- a/sc/inc/dptabres.hxx
+++ b/sc/inc/dptabres.hxx
@@ -23,8 +23,10 @@
#include "global.hxx"
#include "dpfilteredcache.hxx"
#include "calcmacros.hxx"
+#include "dpitemdata.hxx"
#include <com/sun/star/sheet/DataPilotFieldOrientation.hpp>
+#include <com/sun/star/sheet/DataPilotFieldReference.hpp>
#include <map>
#include <unordered_map>
@@ -32,10 +34,6 @@
#include <memory>
#include <vector>
-namespace com { namespace sun { namespace star { namespace sheet {
- struct DataPilotFieldReference;
-} } } }
-
namespace com { namespace sun { namespace star { namespace sheet { struct DataResult; } } } }
namespace com { namespace sun { namespace star { namespace sheet { struct MemberResult; } } } }
namespace com { namespace sun { namespace star { namespace uno { template <typename > class Sequence; } } } }
@@ -48,7 +46,6 @@ class ScDPResultMember;
class ScDPResultVisibilityData;
struct ScDPValue;
-class ScDPItemData;
struct ScDPResultFilterContext;
/**