]> git.lyx.org Git - lyx.git/blobdiff - src/TexRow.h
Update Win installer for new dictionary links. Untested.
[lyx.git] / src / TexRow.h
index d6617bf6be2ae7b41f1fadeb4dba565939cfdadf..e40867d7b1416f113ca41d448655729bc1ced685 100644 (file)
@@ -28,7 +28,7 @@
 #ifndef TEXROW_H
 #define TEXROW_H
 
-#include "support/strfwd.h"
+#include "support/docstring.h"
 #include "support/types.h"
 
 #include <vector>
@@ -42,10 +42,6 @@ class DocIterator;
 class docstring_list;
 class FuncRequest;
 
-/// types for cells and math insets
-typedef void const * uid_type;
-typedef size_t idx_type;
-
 
 /// Represents the correspondence between paragraphs and the generated
 /// LaTeX file