]> git.lyx.org Git - lyx.git/blobdiff - src/output_docbook.h
fix reading the author field.
[lyx.git] / src / output_docbook.h
index 7b268315c81eb684d84ac26f7b165d5d0a1bb4bf..5c5092c4fffd7ab93e39843a3e28646e82fc34ba 100644 (file)
 #ifndef OUTPUT_DOCBOOK_H
 #define OUTPUT_DOCBOOK_H
 
-#include "ParagraphList_fwd.h"
-
 #include <iosfwd>
 
 class Buffer;
 class OutputParams;
+class ParagraphList;
 
 ///
-
 void docbookParagraphs(Buffer const & buf,
                       ParagraphList const & paragraphs,
                       std::ostream & os,