]> 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 126bc49f5c2001f37e23b3ff9a5561598f5d4e50..6ad896f1566d8e53a978155d6ba3124ad91091f8 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>
 #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)
 {