]> git.lyx.org Git - lyx.git/blobdiff - src/support/rename.C
make "make distcheck" work
[lyx.git] / src / support / rename.C
index a8cb72c5c28d27c31af9f0c0c3cc849394411f19..fc9b78ebc919bf76da0d89e48aecffbcbb003af2 100644 (file)
@@ -3,16 +3,20 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \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>
 
+#include "support/lyxlib.h"
+
 #include <cstdio>
 
-#include "support/lyxlib.h"
+
+using std::string;
+
 
 bool lyx::support::rename(string const & from, string const & to)
 {