]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormAboutlyx.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormAboutlyx.C
index 66858aefe20625c2c671643b0e7671388eeb70bd..2d39c6a0b58e75f6dce77901086f239f3bdca16e 100644 (file)
 
 #include <config.h>
 
-
 #include "FormAboutlyx.h"
 #include "xformsBC.h"
 #include "ControlAboutlyx.h"
 #include "forms/form_aboutlyx.h"
 #include "xforms_helpers.h"
-#include "support/std_sstream.h"
 #include "version.h"
 
 #include "lyx_forms.h"
 
+#include <sstream>
+
 using std::ostringstream;
 
 namespace lyx {