]> git.lyx.org Git - features.git/commitdiff
* mathed/InsetFormulaMacro.C:
authorMichael Schmitt <michael.schmitt@teststep.org>
Sun, 22 Oct 2006 14:23:14 +0000 (14:23 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Sun, 22 Oct 2006 14:23:14 +0000 (14:23 +0000)
* 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

src/mathed/InsetFormulaMacro.C
src/mathed/InsetMathMBox.C
src/mathed/InsetMathXYArrow.C

index 39bb488042f0b95888eb8465ea45d9396177e743..26cefd2f0e0e87d75a6f0a7290f3e869b4178bf7 100644 (file)
@@ -14,7 +14,6 @@
 #include "InsetFormulaMacro.h"
 #include "MathMacroTable.h"
 #include "MathMacroTemplate.h"
-#include "MathMLStream.h"
 
 #include "BufferView.h"
 #include "cursor.h"
index b4b16a11dd2c41386e092c3fbc8b603a06e06ac2..962ece1de04e3cde30d299ac38585b2d5c9f4d3e 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "InsetMathMBox.h"
 #include "MathData.h"
-#include "MathMLStream.h"
 
 #include "BufferView.h"
 #include "buffer.h"
index 284bcad198cba99e0fe14cf1685b3a4e32cc47c5..890d7cc792647f55d116528b470f6dde03c7e08d 100644 (file)
@@ -11,7 +11,6 @@
 #include <config.h>
 
 #include "InsetMathXYArrow.h"
-#include "MathMLStream.h"
 #include "MathStream.h"
 #include "MathSupport.h"
 #include "frontends/Painter.h"