From: Michael Schmitt Date: Sun, 22 Oct 2006 14:23:14 +0000 (+0000) Subject: * mathed/InsetFormulaMacro.C: X-Git-Tag: 1.6.10~12247 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a10629dfc690474d6703c33577ec4d940d2aa173;p=features.git * 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 --- diff --git a/src/mathed/InsetFormulaMacro.C b/src/mathed/InsetFormulaMacro.C index 39bb488042..26cefd2f0e 100644 --- a/src/mathed/InsetFormulaMacro.C +++ b/src/mathed/InsetFormulaMacro.C @@ -14,7 +14,6 @@ #include "InsetFormulaMacro.h" #include "MathMacroTable.h" #include "MathMacroTemplate.h" -#include "MathMLStream.h" #include "BufferView.h" #include "cursor.h" diff --git a/src/mathed/InsetMathMBox.C b/src/mathed/InsetMathMBox.C index b4b16a11dd..962ece1de0 100644 --- a/src/mathed/InsetMathMBox.C +++ b/src/mathed/InsetMathMBox.C @@ -12,7 +12,6 @@ #include "InsetMathMBox.h" #include "MathData.h" -#include "MathMLStream.h" #include "BufferView.h" #include "buffer.h" diff --git a/src/mathed/InsetMathXYArrow.C b/src/mathed/InsetMathXYArrow.C index 284bcad198..890d7cc792 100644 --- a/src/mathed/InsetMathXYArrow.C +++ b/src/mathed/InsetMathXYArrow.C @@ -11,7 +11,6 @@ #include #include "InsetMathXYArrow.h" -#include "MathMLStream.h" #include "MathStream.h" #include "MathSupport.h" #include "frontends/Painter.h"