]> git.lyx.org Git - features.git/commitdiff
Clean math headers
authorYuriy Skalko <yuriy.skalko@gmail.com>
Thu, 15 Oct 2020 09:00:48 +0000 (12:00 +0300)
committerYuriy Skalko <yuriy.skalko@gmail.com>
Fri, 16 Oct 2020 20:05:46 +0000 (23:05 +0300)
src/mathed/MathRow.h
src/mathed/MathStream.h

index f2b0445a0b228bc1618552237c44faf662d24e9a..d985569f46242800aa97ea765012e0e355bfb471 100644 (file)
@@ -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
index 1d7e1de42423b4dc81475ce19a8270284d5a9738..db4a499a0f792114d4466a47e08d5b01a7f7c9e3 100644 (file)
@@ -25,7 +25,6 @@
 namespace lyx {
 
 class Encoding;
-class InsetMath;
 class MathAtom;
 class MathData;