]> git.lyx.org Git - lyx.git/blobdiff - src/BufferList.cpp
* restore lastfile feature.
[lyx.git] / src / BufferList.cpp
index ce7e095e8f6204c5ef1b7cbd5f3ab1b874819b60..ea174c05d3d34fa73c4fa36899cde9ebf89842e7 100644 (file)
 #include <algorithm>
 #include <functional>
 
-
-namespace lyx {
-
-using support::addName;
-using support::bformat;
-using support::FileName;
-using support::makeDisplayPath;
-using support::onlyFilename;
-using support::removeAutosaveFile;
-using support::package;
-using support::prefixIs;
-
 using boost::bind;
 
 using std::auto_ptr;
@@ -58,6 +46,18 @@ using std::vector;
 using std::back_inserter;
 using std::transform;
 
+
+namespace lyx {
+
+using support::addName;
+using support::bformat;
+using support::FileName;
+using support::makeDisplayPath;
+using support::onlyFilename;
+using support::removeAutosaveFile;
+using support::package;
+using support::prefixIs;
+
 namespace Alert = lyx::frontend::Alert;