]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
ws changes only
[lyx.git] / src / paragraph_funcs.h
index f28ce2a1d2157229de25e4da0e35c2d7b66423f6..a67354d5a95ed68cb1c3c7ea6fb809c109456067 100644 (file)
@@ -15,7 +15,8 @@
 #include "ParagraphList_fwd.h"
 #include "support/types.h"
 
-#include "support/std_string.h"
+#include <string>
+
 
 class Buffer;
 class BufferParams;
@@ -70,7 +71,7 @@ void latexParagraphs(Buffer const & buf,
                     std::ostream & ofs,
                     TexRow & texrow,
                     LatexRunParams const &,
-                    string const & everypar = string());
+                    std::string const & everypar = std::string());
 
 /// read a paragraph from a .lyx file. Returns number of unrecognised tokens
 int readParagraph(Buffer & buf, Paragraph & par, LyXLex & lex);