mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
remove unnedeed #include
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3020 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0b25c68c4b
commit
ec2e5fa868
@ -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,18 +36,17 @@
|
||||
#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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user