]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.h
use the default converter for insetexternal, too
[lyx.git] / src / output_latex.h
index f2a47b0de31e4ca81e261b1646b0bd4f5698af44..1bd15a03ea7d6f79a8997f447ef5c3bab1cc0e22 100644 (file)
 #ifndef OUTPUT_LATEX_H
 #define OUTPUT_LATEX_H
 
-#include "ParagraphList_fwd.h"
-
 #include <string>
 
 class Buffer;
 class OutputParams;
+class ParagraphList;
 class TexRow;
 
 /// Just a wrapper for the method below, first creating the ofstream.