]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
cosmetic fix
[lyx.git] / src / paragraph_funcs.h
index c730090dc8ca8ab037388a07e0952a24efe0c254..80043153131ae456e3850ae4db4baca8b742511d 100644 (file)
@@ -13,7 +13,6 @@
 #define PARAGRAPH_FUNCS_H
 
 #include "ParagraphList.h"
-#include "paragraph.h"
 #include "support/types.h"
 
 class Buffer;
@@ -67,7 +66,6 @@ void latexParagraphs(Buffer const * buf,
                     std::ostream & ofs,
                     TexRow & texrow,
                     LatexRunParams const &,
-                    bool moving_arg,
                     string const & everypar = string());
 
 /// read a paragraph from a .lyx file. Returns number of unrecognised tokens