]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.h
Fortify math insets against ulem commands
[lyx.git] / src / mathed / InsetMath.h
index 3bab681df85f675a16289929dfb0ede7d7422135..da84af1010c101ef16d084680ae9f97bd5bd625c 100644 (file)
@@ -13,8 +13,6 @@
 #ifndef MATH_INSET_H
 #define MATH_INSET_H
 
-#include "MathData.h"
-
 #include "insets/Inset.h"
 
 
@@ -84,6 +82,7 @@ class MathematicaStream;
 class MathStream;
 class WriteStream;
 
+class MathData;
 class MathMacroTemplate;
 class MathMacro;
 class Cursor;