]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.h
Fix bug #8782.
[lyx.git] / src / output_latex.h
index 89f8ac6a383aeb5614addd41d1fe0149c81a4653..8bfeb6aafc587cb294bca176160d8c032ac66590 100644 (file)
@@ -16,8 +16,6 @@
 
 #include "support/docstream.h"
 #include "Layout.h"
-#include "Paragraph.h"
-#include "ParIterator.h"
 #include "ParagraphList.h"
 
 
@@ -29,7 +27,6 @@ class Encoding;
 class Layout;
 class Paragraph;
 class OutputParams;
-class TexRow;
 class Text;
 
 /** Export optional and required arguments of the paragraph \p par.