]> git.lyx.org Git - lyx.git/blobdiff - src/lastfiles.C
more cursor dispatch
[lyx.git] / src / lastfiles.C
index 2011a7fb6c66d2a45c1bbab35cdc90fe5aec0189..ef200b2c9d992c2f9941e77d107082edd069d337 100644 (file)
 
 #include "support/FileInfo.h"
 
+#include <algorithm>
 #include <fstream>
 #include <iterator>
 
+using lyx::support::FileInfo;
 
-using namespace lyx::support;
-
-using std::ifstream;
-using std::ofstream;
-using std::getline;
+using std::copy;
 using std::endl;
 using std::find;
-using std::copy;
+using std::getline;
+using std::string;
+using std::ifstream;
+using std::ofstream;
 using std::ostream_iterator;