]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/frnt_lang.h
Replace LString.h with support/std_string.h,
[features.git] / src / frontends / controllers / frnt_lang.h
index 4cd9d9f5df9984147951ef348f4cc126cc1644ba..ffff790236cc3d92791bb2e14ae2fa9dc5a6adb4 100644 (file)
@@ -6,17 +6,14 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FRNT_LANG_H
 #define FRNT_LANG_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "LString.h"
+#include "support/std_string.h"
 #include <utility>
 #include <vector>