]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_splitinset.h
Replace LString.h with support/std_string.h,
[features.git] / src / mathed / math_splitinset.h
index 9320ff37d339254d7d0ade04cad657491c0e73b2..94ab3287c8c41db2a1b0006e42d5c07fe01379a2 100644 (file)
@@ -13,7 +13,7 @@
 #define MATH_SPLITINSET_H
 
 #include "math_gridinset.h"
-#include "LString.h"
+#include "support/std_string.h"
 
 
 class MathSplitInset : public MathGridInset {