summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryparam.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-01 16:04:35 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-01 18:55:53 -0400
commited76237e41ecdb58f524e14ea6b8866f8dacf6a9 (patch)
treea33661b0686eb87e203b5c9f329867eb91c6ce0e /sc/inc/queryparam.hxx
parentRework SUMPRODUCT to reduce the number of block position lookups. (diff)
downloadcore-ed76237e41ecdb58f524e14ea6b8866f8dacf6a9.tar.gz
core-ed76237e41ecdb58f524e14ea6b8866f8dacf6a9.zip
Reduce dependency on the matrix header.
Change-Id: Iade09d108aec78f8cbe92f9103f206d0c99fab8e
Diffstat (limited to 'sc/inc/queryparam.hxx')
-rw-r--r--sc/inc/queryparam.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/queryparam.hxx b/sc/inc/queryparam.hxx
index 26d2d1b2a087..0d814cd0d9b5 100644
--- a/sc/inc/queryparam.hxx
+++ b/sc/inc/queryparam.hxx
@@ -21,7 +21,7 @@
#define SC_QUERYPARAM_HXX
#include "global.hxx"
-#include "scmatrix.hxx"
+#include "types.hxx"
#include <boost/ptr_container/ptr_vector.hpp>