]> git.lyx.org Git - features.git/blobdiff - src/buffer.C
change "support/std_sstream.h" to <sstream>
[features.git] / src / buffer.C
index d2f07cf19e3a936b7a9dc258ce94327ae9a2dd75..d6665c8352d1bcf3ea059cf830809a6defd79634 100644 (file)
 #include "support/path.h"
 #include "support/textutils.h"
 #include "support/tostr.h"
-#include "support/std_sstream.h"
 
 #include <boost/bind.hpp>
 
+#include <utime.h>
+
 #include <iomanip>
 #include <stack>
+#include <sstream>
 
-#include <utime.h>
 
 using lyx::pos_type;
 using lyx::par_type;
@@ -1078,7 +1079,7 @@ void Buffer::makeDocBookFile(string const & fname,
                            << "\"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd\"";
                else
                        ofs << " PUBLIC \"-//OASIS//DTD DocBook V4.2//EN\"";
-               
+
                string preamble = params().preamble;
                string const name = runparams.nice ? ChangeExtension(pimpl_->filename, ".sgml")
                         : fname;