]> git.lyx.org Git - features.git/blobdiff - src/frontends/gnome/lyx_gui.C
change "support/std_sstream.h" to <sstream>
[features.git] / src / frontends / gnome / lyx_gui.C
index 9add4fe4a9eec346cffc4e7db4929ad9f32f3a01..13e4607d86ac3960b19c0b8f0404d437606e9397 100644 (file)
 #include "xfont_loader.h"
 #include "xformsImage.h"
 
-#include "support/std_sstream.h"
+#include <boost/bind.hpp>
+
+#include <sstream>
 #include <iomanip>
 #include <fcntl.h>
-#include <boost/bind.hpp>
 
 #include "gnome_helpers.h"
 #include <gtkmm/main.h>
@@ -167,7 +168,7 @@ void lyx_gui::parse_init(int & argc, char * argv[])
 
        XSetErrorHandler(LyX_XErrHandler);
 
-       lyxColorHandler.reset(new LyXColorHandler());
+       lyxColorHandler.reset(new LyXColorHandler);
 
        using namespace lyx::graphics;