From f976fb637d746183b0a897c42b5934f838b68f0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Tue, 11 Dec 2001 17:47:27 +0000 Subject: [PATCH] remove unneeded #include git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3193 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/formulamacro.C | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/mathed/formulamacro.C b/src/mathed/formulamacro.C index 01e934b4f4..bd5d342a19 100644 --- a/src/mathed/formulamacro.C +++ b/src/mathed/formulamacro.C @@ -1,7 +1,7 @@ /* * File: formulamacro.C * Purpose: Implementation of the formula macro LyX inset - * Author: André Pönitz + * Author: André Pönitz, based on ideas of Alejandro Aguilar Sierra * Created: March 2001 * Description: Allows the edition of math macros inside Lyx. * @@ -22,23 +22,19 @@ #include "math_cursor.h" #include "math_parser.h" #include "math_macro.h" -#include "math_macroarg.h" #include "math_macrotable.h" -#include "math_macrotemplate.h" -#include "math_hullinset.h" -#include "lyx_main.h" +#include "math_support.h" +#include "math_mathmlstream.h" #include "BufferView.h" #include "gettext.h" #include "Painter.h" #include "font.h" #include "support/lyxlib.h" -#include "mathed/math_support.h" #include "support/LOstream.h" #include "debug.h" #include "lyxlex.h" #include "lyxtext.h" #include "lyxfont.h" -#include "math_mathmlstream.h" using std::ostream; -- 2.39.2