]> git.lyx.org Git - lyx.git/blobdiff - src/lastfiles.C
Change to use preffered calling of Boost.Function
[lyx.git] / src / lastfiles.C
index 1691253373c4e486f1ec1b79ad81dbbfb15a2ea9..ef200b2c9d992c2f9941e77d107082edd069d337 100644 (file)
 
 #include "support/FileInfo.h"
 
-#include <fstream>
 #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;