diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-12-22 00:13:08 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-12-22 01:43:47 +0100 |
commit | 52474424f3672a052e8a90b5e8e584c32fdacfbe (patch) | |
tree | aac94cef218442761596eb2c812248e9ed6c994c /sc/inc | |
parent | 9d21d58589ed48ca8748c7c726319f3af732b30a (diff) |
remove scmatrix.hxx include from a header file
Change-Id: I153abe3a9c7ff784da16785fd9da8045c3581d8a
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/token.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index da4f9e96df89..ea2b8ae09432 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -29,8 +29,8 @@ #include "scdllapi.h" #include <formula/IFunctionDescription.hxx> #include <formula/token.hxx> -#include "scmatrix.hxx" #include "calcmacros.hxx" +#include "types.hxx" // Matrix token constants. #define MATRIX_TOKEN_HAS_RANGE 1 @@ -42,6 +42,7 @@ struct RangeMatrix; } class ScJumpMatrix; +class ScMatrix; typedef ::std::vector< ScComplexRefData > ScRefList; |