diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-01 16:04:35 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-01 18:55:53 -0400 |
commit | ed76237e41ecdb58f524e14ea6b8866f8dacf6a9 (patch) | |
tree | a33661b0686eb87e203b5c9f329867eb91c6ce0e /sc/inc/rangeseq.hxx | |
parent | 83f77ab0661df992f241e5f9ecb1aa8f8eaeafec (diff) |
Reduce dependency on the matrix header.
Change-Id: Iade09d108aec78f8cbe92f9103f206d0c99fab8e
Diffstat (limited to 'sc/inc/rangeseq.hxx')
-rw-r--r-- | sc/inc/rangeseq.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/rangeseq.hxx b/sc/inc/rangeseq.hxx index bd8a90026cdb..b13233d2705d 100644 --- a/sc/inc/rangeseq.hxx +++ b/sc/inc/rangeseq.hxx @@ -22,7 +22,7 @@ #include <tools/solar.h> #include <com/sun/star/uno/Any.h> -#include "scmatrix.hxx" +#include "types.hxx" class SvNumberFormatter; class ScDocument; |