diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-10 18:19:39 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-11 01:55:39 +0200 |
commit | 2bac61013e57013bccac8c9d76482b34b5db7f69 (patch) | |
tree | 4a4cdae419248459eae6c276152b2864138980dd /sc/inc/token.hxx | |
parent | 2ce779cd0cc750a0e2f6a10ae7f2cb0e6fbcdab5 (diff) |
fix-includes.pl: sc
Change-Id: Iade3fedac5d2f8e978b7dd9c30f001d7d1564946
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r-- | sc/inc/token.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index ec0bfc2821a2..6c15cbdf3ebe 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -23,12 +23,12 @@ #include <vector> #include <boost/intrusive_ptr.hpp> -#include "formula/opcode.hxx" +#include <formula/opcode.hxx> #include "refdata.hxx" #include <tools/mempool.hxx> #include "scdllapi.h" -#include "formula/IFunctionDescription.hxx" -#include "formula/token.hxx" +#include <formula/IFunctionDescription.hxx> +#include <formula/token.hxx> #include "scmatrix.hxx" #include "calcmacros.hxx" |