From: Yuriy Skalko Date: Thu, 15 Oct 2020 09:00:48 +0000 (+0300) Subject: Clean math headers X-Git-Tag: lyx-2.4.0dev-acb2ca7b~45 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a3eeb8a4b5d8285db88a3bed02eaebc5fc4ec515;p=features.git Clean math headers --- diff --git a/src/mathed/MathRow.h b/src/mathed/MathRow.h index f2b0445a0b..d985569f46 100644 --- a/src/mathed/MathRow.h +++ b/src/mathed/MathRow.h @@ -26,11 +26,10 @@ namespace lyx { class BufferView; class Dimension; +class MathData; class MetricsInfo; class PainterInfo; -class InsetMath; -class MathData; /* * While for editing purpose it is important that macros are counted diff --git a/src/mathed/MathStream.h b/src/mathed/MathStream.h index 1d7e1de424..db4a499a0f 100644 --- a/src/mathed/MathStream.h +++ b/src/mathed/MathStream.h @@ -25,7 +25,6 @@ namespace lyx { class Encoding; -class InsetMath; class MathAtom; class MathData;