diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-02 15:26:28 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-02 15:33:50 -0400 |
commit | 74b5f592dbbd499ef4c50601e92e393623244c4c (patch) | |
tree | ec61afbd87fa178776c260b71f9dda3ca7636712 /sc/inc | |
parent | 76f20ffd2f5aafe284fc52baac4b304d7e8edaca (diff) |
Some feeble attempt to reduce dependency on token.hxx header.
But I didn't go far.
Change-Id: Iaf9cbac99812c1bf7d7f2db2ad5bb6231ea5e292
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/chart2uno.hxx | 2 | ||||
-rw-r--r-- | sc/inc/types.hxx | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx index 6d53073495bc..333a2dbc1e91 100644 --- a/sc/inc/chart2uno.hxx +++ b/sc/inc/chart2uno.hxx @@ -23,7 +23,7 @@ #include "cellsuno.hxx" // for XModifyListenerArr_Impl / ScLinkListener #include "rangelst.hxx" #include "externalrefmgr.hxx" -#include "token.hxx" +#include "types.hxx" #include "chartlis.hxx" #include <svl/lstner.hxx> diff --git a/sc/inc/types.hxx b/sc/inc/types.hxx index 487afcd09676..445311e97ea4 100644 --- a/sc/inc/types.hxx +++ b/sc/inc/types.hxx @@ -10,6 +10,8 @@ #ifndef SC_TYPES_HXX #define SC_TYPES_HXX +#include "sal/types.h" + #include <boost/intrusive_ptr.hpp> class ScMatrix; |