summaryrefslogtreecommitdiff
path: root/include/formula/FormulaCompiler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/formula/FormulaCompiler.hxx')
-rw-r--r--include/formula/FormulaCompiler.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/formula/FormulaCompiler.hxx b/include/formula/FormulaCompiler.hxx
index 4cd4631dcacc..e7ce9208b9c4 100644
--- a/include/formula/FormulaCompiler.hxx
+++ b/include/formula/FormulaCompiler.hxx
@@ -30,10 +30,10 @@
#include <com/sun/star/uno/Sequence.hxx>
-#include "formula/opcode.hxx"
-#include "formula/grammar.hxx"
-#include "formula/token.hxx"
-#include "formula/ExternalReferenceHelper.hxx"
+#include <formula/opcode.hxx>
+#include <formula/grammar.hxx>
+#include <formula/token.hxx>
+#include <formula/ExternalReferenceHelper.hxx>
#define FORMULA_MAXJUMPCOUNT 32 /* maximum number of jumps (ocChose) */
#define FORMULA_MAXTOKENS 8192 /* maximum number of tokens in formula */