summaryrefslogtreecommitdiff
path: root/sc/inc/rangeseq.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-05-15 07:11:19 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-06-04 08:33:57 +0200
commit620315e0cb230b6e6922920c6e0e7bb25386cce6 (patch)
treede9ac69f7d65b07274ab8ac8103f1caae0459b42 /sc/inc/rangeseq.hxx
parent951e7a43e62c22d4c7f7fb18de738d86ab3c2251 (diff)
tdf#42949 Fix IWYU warnings in sc/inc/r*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here and a bit of fallout management Change-Id: I5dd272c6c5fa305113f4446ed49c130c6c007146 Reviewed-on: https://gerrit.libreoffice.org/55096 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/rangeseq.hxx')
-rw-r--r--sc/inc/rangeseq.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sc/inc/rangeseq.hxx b/sc/inc/rangeseq.hxx
index dc8ce018dd64..6b532aed75ca 100644
--- a/sc/inc/rangeseq.hxx
+++ b/sc/inc/rangeseq.hxx
@@ -20,11 +20,14 @@
#ifndef INCLUDED_SC_INC_RANGESEQ_HXX
#define INCLUDED_SC_INC_RANGESEQ_HXX
-#include <com/sun/star/uno/Any.h>
#include "types.hxx"
+#include <com/sun/star/uno/TypeClass.hpp>
+
+namespace com { namespace sun { namespace star { namespace uno { class Any; } } } }
class SvNumberFormatter;
class ScDocument;
+class ScMatrix;
class ScRange;
class ScRangeToSequence