X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathData.h;h=0afaf182c364b6818fd4e3707fb790701c06c5db;hb=9cb98136ceeb3fbda70aa5beea4cf3f5ea26a36c;hp=c27b9f58d69294bc6d85dfff36e789b7d34d99b3;hpb=efaffb897d44258182739a2cc27ac4f6325af9f3;p=features.git diff --git a/src/mathed/MathData.h b/src/mathed/MathData.h index c27b9f58d6..0afaf182c3 100644 --- a/src/mathed/MathData.h +++ b/src/mathed/MathData.h @@ -16,8 +16,9 @@ #define MATH_DATA_H #include "MathAtom.h" -#include "MathRow.h" +#include "MathClass.h" +#include "Dimension.h" #include "OutputEnums.h" #include "support/strfwd.h" @@ -33,13 +34,14 @@ class BufferView; class Cursor; class Dimension; class DocIterator; +class InsetMathMacro; class LaTeXFeatures; -class ReplaceData; class MacroContext; -class InsetMathMacro; +class MathRow; class MetricsInfo; class PainterInfo; class ParIterator; +class ReplaceData; class TextMetricsInfo; class TextPainter;