X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTexRow.h;h=e40867d7b1416f113ca41d448655729bc1ced685;hb=26ba2a65838731ce639a09539f617cb0f0be3b22;hp=d6617bf6be2ae7b41f1fadeb4dba565939cfdadf;hpb=196d9caeb0b9f74d02750f774de1ca63a483803f;p=lyx.git diff --git a/src/TexRow.h b/src/TexRow.h index d6617bf6be..e40867d7b1 100644 --- a/src/TexRow.h +++ b/src/TexRow.h @@ -28,7 +28,7 @@ #ifndef TEXROW_H #define TEXROW_H -#include "support/strfwd.h" +#include "support/docstring.h" #include "support/types.h" #include @@ -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