]> git.lyx.org Git - lyx.git/commitdiff
remove unnedeed #include
authorAndré Pönitz <poenitz@gmx.net>
Tue, 13 Nov 2001 14:49:54 +0000 (14:49 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Tue, 13 Nov 2001 14:49:54 +0000 (14:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3020 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/formulabase.C

index 4705bb82e7ccfb59018202d7bc7d47d5e93a8bfd..703704023d823aa0db05677b92b7243338825a72 100644 (file)
@@ -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"
 #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 {