]> git.lyx.org Git - lyx.git/blobdiff - src/bufferlist.C
ws changes only
[lyx.git] / src / bufferlist.C
index 3be8b8603e29eaada73ead9bad130f11b305a843..d1b215bf86f454e9f377b8279ad238139ff97360 100644 (file)
 
 #include <boost/bind.hpp>
 
-using namespace lyx::support;
+using lyx::support::AddName;
+using lyx::support::bformat;
+using lyx::support::GetEnvPath;
+using lyx::support::MakeAbsPath;
+using lyx::support::MakeDisplayPath;
+using lyx::support::OnlyFilename;
+using lyx::support::removeAutosaveFile;
 
 using std::endl;
 using std::find;
 using std::find_if;
 using std::for_each;
-
+using std::string;
 using std::vector;