]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_factory.C
Replace LString.h with support/std_string.h,
[features.git] / src / mathed / math_factory.C
index 7d60bb349c230ff53e97d83ed7094927f8b602a2..9c78975ef3e0dff7befde15b770998bf12ee0199 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <config.h>
 
+#include "math_factory.h"
 #include "math_parser.h"
 #include "math_arrayinset.h"
 #include "math_amsarrayinset.h"
@@ -50,7 +51,7 @@
 
 #include "debug.h"
 #include "math_support.h"
-#include "Lsstream.h"
+#include "support/std_sstream.h"
 #include "support/filetools.h" // LibFileSearch
 #include "support/lstrings.h"
 #include "frontends/lyx_gui.h"