From 8e2ae4afca72cda9aab8cfe4a5852c4202eed5a7 Mon Sep 17 00:00:00 2001 From: "J. Graeme Lingard" Date: Tue, 5 Oct 2010 22:17:11 +0100 Subject: Remove redundant #include directives & comments --- formula/inc/formula/token.hxx | 2 -- formula/source/core/api/token.cxx | 7 ------- 2 files changed, 9 deletions(-) (limited to 'formula') diff --git a/formula/inc/formula/token.hxx b/formula/inc/formula/token.hxx index f7c53ec93c19..9312f9fd0005 100644 --- a/formula/inc/formula/token.hxx +++ b/formula/inc/formula/token.hxx @@ -32,8 +32,6 @@ #include #include #include "formula/opcode.hxx" -//#include "refdata.hxx" -//#include "scmatrix.hxx" #include "formula/intruref.hxx" #include #include "formula/IFunctionDescription.hxx" diff --git a/formula/source/core/api/token.cxx b/formula/source/core/api/token.cxx index 84f09add4a0c..858232331341 100644 --- a/formula/source/core/api/token.cxx +++ b/formula/source/core/api/token.cxx @@ -28,10 +28,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_formula.hxx" - - -// INCLUDE --------------------------------------------------------------- - #if STLPORT_VERSION<321 #include #else @@ -47,9 +43,6 @@ #include "formula/tokenarray.hxx" #include "formula/FormulaCompiler.hxx" #include -//#include "rechead.hxx" -//#include "parclass.hxx" -//#include "jumpmatrix.hxx" #define MAXJUMPCOUNT 32 /* maximum number of jumps (ocChose) */ namespace formula -- cgit