* mathed/InsetFormulaMacro.C:

* mathed/InsetMathXYArrow.C:
	* mathed/InsetMathMBox.C: do not include non-existing MathMLStream.h


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15477 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2006-10-22 14:23:14 +00:00
parent aae5bada25
commit a10629dfc6
3 changed files with 0 additions and 3 deletions

View File

@ -14,7 +14,6 @@
#include "InsetFormulaMacro.h"
#include "MathMacroTable.h"
#include "MathMacroTemplate.h"
#include "MathMLStream.h"
#include "BufferView.h"
#include "cursor.h"

View File

@ -12,7 +12,6 @@
#include "InsetMathMBox.h"
#include "MathData.h"
#include "MathMLStream.h"
#include "BufferView.h"
#include "buffer.h"

View File

@ -11,7 +11,6 @@
#include <config.h>
#include "InsetMathXYArrow.h"
#include "MathMLStream.h"
#include "MathStream.h"
#include "MathSupport.h"
#include "frontends/Painter.h"