]> git.lyx.org Git - features.git/blobdiff - src/bufferparams.C
change "support/std_sstream.h" to <sstream>
[features.git] / src / bufferparams.C
index da924693fe07e23d13e512a09186f6451f0051fa..448edc75dc9ea4ae960fb3a706d767532134e414 100644 (file)
@@ -41,7 +41,7 @@
 
 #include <boost/array.hpp>
 
-#include "support/std_sstream.h"
+#include <sstream>
 
 namespace support = lyx::support;
 using lyx::support::bformat;
@@ -328,7 +328,7 @@ string const BufferParams::readToken(LyXLex & lex, string const & token)
                        cite_engine = biblio::ENGINE_NATBIB_AUTHORYEAR;
                else if (engine == "jurabib")
                        cite_engine = biblio::ENGINE_JURABIB;
-               
+
        } else if (token == "\\use_bibtopic") {
                lex.nextToken();
                use_bibtopic = lex.getInteger();