]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/forms_gettext.h
Replace LString.h with support/std_string.h,
[features.git] / src / frontends / xforms / forms_gettext.h
index a019221e11fb23aee8879cd510b11a8392895aa0..d925e07f3f5b06df0dfcfb7eb5d9b3f20fd93a75 100644 (file)
@@ -6,14 +6,14 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMS_GETTEXT_H
 #define FORMS_GETTEXT_H
 
 
-#include "LString.h"
+#include "support/std_string.h"
 
 /// Extract shortcut from "<identifer>|<shortcut>" string
 string const scex(string const &);