]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.h
Fix display and export of some latex macros
[lyx.git] / src / mathed / InsetMath.h
index 088fce6c2be97a281bf32112be25ebf8fbf1cffb..3bab681df85f675a16289929dfb0ede7d7422135 100644 (file)
@@ -17,8 +17,6 @@
 
 #include "insets/Inset.h"
 
-#include "TexRow.h"
-
 
 namespace lyx {
 
@@ -93,6 +91,9 @@ class TextPainter;
 class TextMetricsInfo;
 class ReplaceData;
 
+/// Type of unique identifiers for math insets (used in TexRow)
+typedef void const * uid_type;
+
 
 class InsetMath : public Inset {
 public: