]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
Move #includes out of header files.
[lyx.git] / src / paragraph_pimpl.h
index 26d2b0c3d9e0a692f59a70b51630d9f6522502e7..7e5ba6d01625f6191ca890009fd8ba19a370f974 100644 (file)
@@ -18,7 +18,6 @@
 #include "paragraph.h"
 #include "ParagraphParameters.h"
 #include "changes.h"
-#include "counters.h"
 
 #include <boost/scoped_ptr.hpp>
 
@@ -158,7 +157,7 @@ struct Paragraph::Pimpl {
                             LyXFont const & font,
                             LyXLayout const & style);
        ///
-       void simpleTeXSpecialChars(Buffer const *, BufferParams const &,
+       void simpleTeXSpecialChars(Buffer const &, BufferParams const &,
                                   std::ostream &, TexRow & texrow,
                                   LatexRunParams const &,
                                   LyXFont & font, LyXFont & running_font,