]> git.lyx.org Git - features.git/blobdiff - src/support/tostr.C
Replace LString.h with support/std_string.h,
[features.git] / src / support / tostr.C
index 6b065bc48f5e78315f66444029447638f5b7318b..d6ea6f130f8632f298ccd63097d3124ae2139f31 100644 (file)
@@ -10,8 +10,8 @@
 
 #include <config.h>
  
-#include "Lsstream.h"
-#include "LString.h"
+#include "support/std_sstream.h"
+#include "support/std_string.h"
 
 
 string const tostr(bool b)