From: André Pönitz Date: Tue, 13 Nov 2001 14:49:54 +0000 (+0000) Subject: remove unnedeed #include X-Git-Tag: 1.6.10~20345 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ec2e5fa86891f13eaf54cbf561adcf6b79822c30;p=lyx.git remove unnedeed #include git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3020 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/formulabase.C b/src/mathed/formulabase.C index 4705bb82e7..703704023d 100644 --- a/src/mathed/formulabase.C +++ b/src/mathed/formulabase.C @@ -25,7 +25,6 @@ #include "formula.h" #include "formulamacro.h" #include "commandtags.h" -#include "math_cursor.h" #include "BufferView.h" #include "lyxtext.h" #include "lyxfunc.h" @@ -37,19 +36,18 @@ #include "LyXView.h" #include "Painter.h" #include "font.h" +#include "math_cursor.h" #include "math_arrayinset.h" #include "math_spaceinset.h" #include "math_macrotable.h" #include "math_factory.h" -#include "support/lyxlib.h" #include "undo_funcs.h" using std::endl; using std::ostream; using std::vector; -extern char const * latex_mathenv[]; -MathCursor * mathcursor = 0; +MathCursor * mathcursor = 0; namespace {