]> git.lyx.org Git - features.git/blobdiff - src/exporter.h
Replace LString.h with support/std_string.h,
[features.git] / src / exporter.h
index 629d7f473f6e783603a428300363b4ba6ea5b5da..02afbfcfca96849ad364c45a9b8dd799b1a81c61 100644 (file)
@@ -14,7 +14,7 @@
 #define EXPORTER_H
 
 #include <vector>
-#include "LString.h"
+#include "support/std_string.h"
 
 class Buffer;
 class Format;