X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_latex.h;h=1bd15a03ea7d6f79a8997f447ef5c3bab1cc0e22;hb=55ded55ccfede99816c92de009d82c245ab69514;hp=f2a47b0de31e4ca81e261b1646b0bd4f5698af44;hpb=cd424d78530c9e38502ee7f989ef5c426c97ad61;p=lyx.git diff --git a/src/output_latex.h b/src/output_latex.h index f2a47b0de3..1bd15a03ea 100644 --- a/src/output_latex.h +++ b/src/output_latex.h @@ -12,12 +12,11 @@ #ifndef OUTPUT_LATEX_H #define OUTPUT_LATEX_H -#include "ParagraphList_fwd.h" - #include class Buffer; class OutputParams; +class ParagraphList; class TexRow; /// Just a wrapper for the method below, first creating the ofstream.