]> 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 6d513216edc61d5d96efda913c42aaaaa172d0e1..6ad896f1566d8e53a978155d6ba3124ad91091f8 100644 (file)
 #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)
 {