]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormAboutlyx.C
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormAboutlyx.C
index 906a66c1708751cba985446203dd387099e4f671..963a5db4a23abd048eaa4a9f7777eff4616fdf49 100644 (file)
 #include "ControlAboutlyx.h"
 #include "forms/form_aboutlyx.h"
 #include "xforms_helpers.h"
-#include "Lsstream.h"
+#include "support/std_sstream.h"
 #include "version.h"
 
 #include "lyx_forms.h"
 
+using std::ostringstream;
+
+
 namespace {
 
 #if FL_VERSION == 0 || (FL_REVISION == 0 && FL_FIXLEVEL < 2)