X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathData.cpp;h=610a3e20eb64ebae7e237f77baa6c67ccf8ff5bf;hb=43b16548b473d93b26489d8c4bbd9bf1e903a35f;hp=39d5f80184303c7f02f5813c7d90296af1d66f8d;hpb=c516c86d190852b030d17125dd476c1891755c09;p=lyx.git diff --git a/src/mathed/MathData.cpp b/src/mathed/MathData.cpp index 39d5f80184..610a3e20eb 100644 --- a/src/mathed/MathData.cpp +++ b/src/mathed/MathData.cpp @@ -27,6 +27,7 @@ #include "BufferView.h" #include "CoordCache.h" #include "Cursor.h" +#include "Dimension.h" #include "mathed/InsetMathUnknown.h" @@ -37,7 +38,6 @@ #include "support/docstream.h" #include "support/gettext.h" #include "support/lassert.h" -#include "support/lyxalgo.h" #include @@ -47,8 +47,7 @@ namespace lyx { MathData::MathData(Buffer * buf, const_iterator from, const_iterator to) - : base_type(from, to), minasc_(0), mindes_(0), slevel_(0), - sshift_(0), buffer_(buf) + : base_type(from, to), buffer_(buf) {}