]> git.lyx.org Git - features.git/blobdiff - src/frontends/gnome/GAbout.C
change "support/std_sstream.h" to <sstream>
[features.git] / src / frontends / gnome / GAbout.C
index 590b60af306528a38ac4d43f6d0cefeb399183e9..f390388a53198904bfe261861929bc97dad2892f 100644 (file)
@@ -5,14 +5,13 @@
  *
  * \author Michael Koziarski
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 
 #include <config.h>
 
 #include "support/lstrings.h"
-#include "Lsstream.h"
 
 #include "gnome_helpers.h"
 #include "gnomeBC.h"
 #include <gtkmm/button.h>
 #include <gtkmm/textview.h>
 
+#include <sstream>
+
+using std::istringstream;
+
+
 GAbout::GAbout()
        : GnomeCB<ControlAboutlyx>("GAbout")
 {}