]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.h
* do not lookup the same macro all the time
[lyx.git] / src / output_latex.h
index ef18a081f370ff21ca32bfd7b43b99ea85785314..70045d304f77ce3df0128d2f436b7da5958cfc16 100644 (file)
@@ -12,8 +12,6 @@
 #ifndef OUTPUT_LATEX_H
 #define OUTPUT_LATEX_H
 
-#include "ParagraphList_fwd.h"
-
 #include "support/docstream.h"
 
 
@@ -22,6 +20,8 @@ namespace lyx {
 class Buffer;
 class BufferParams;
 class Encoding;
+class Paragraph;
+class ParagraphList;
 class OutputParams;
 class TexRow;