]> git.lyx.org Git - lyx.git/blobdiff - src/support/copy.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / copy.C
index f1b32f8c2363327dc79a56bde878475a73b3bc09..6ad896f1566d8e53a978155d6ba3124ad91091f8 100644 (file)
@@ -3,9 +3,9 @@
  * 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 <fstream>
 
 #include "support/lyxlib.h"
-#include "LString.h"
+
 
 using std::ifstream;
 using std::ofstream;
 using std::ios;
+using std::string;
+
 
 bool lyx::support::copy(string const & from, string const & to)
 {