]> git.lyx.org Git - features.git/blobdiff - src/support/tempname.C
Replace LString.h with support/std_string.h,
[features.git] / src / support / tempname.C
index 1f590df20c4b8b8a24dc44627c47510706ca69df..cffa90f9e37c6b098789e84b0740a8279749074e 100644 (file)
@@ -5,7 +5,7 @@
  *
  * \author Lars Gullik Bjønnes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
@@ -13,7 +13,7 @@
 #include <cstdlib>
 #include <unistd.h>
 
-#include "LString.h"
+#include "support/std_string.h"
 #include "support/lyxlib.h"
 #include "support/filetools.h"
 #include "support/tostr.h"