diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-12-21 19:33:40 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-12-21 19:33:40 -0500 |
commit | b13a822f43316959260b4275b4c6c682bdd8ab71 (patch) | |
tree | 669a69adc38b86c9987a3ff439e9084905843ef1 /sc/inc/token.hxx | |
parent | f7e9694be4d3c7d4a1bb16cf1620acf1473e650d (diff) |
ScRawTokenRef is now based on intrusive_ptr.
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r-- | sc/inc/token.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index 5d3455517f4d..362ba1bbdad6 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -36,7 +36,6 @@ #include "formula/opcode.hxx" #include "refdata.hxx" #include "scmatrix.hxx" -#include "formula/intruref.hxx" #include <tools/mempool.hxx> #include "scdllapi.h" #include "formula/IFunctionDescription.hxx" |