]> git.lyx.org Git - lyx.git/blobdiff - src/Format.cpp
39 to go
[lyx.git] / src / Format.cpp
index e2107a5bdcc0242781a4abb94f99d493024fce96..8bd34ad48968d9fb6df3b53ec97eebacfeee22f3 100644 (file)
 
 #include <boost/filesystem/operations.hpp>
 
+using std::find_if;
+using std::string;
+using std::distance;
+
 
 namespace lyx {
 
@@ -44,9 +48,6 @@ using support::subst;
 using support::Systemcall;
 using support::token;
 
-using std::string;
-using std::distance;
-
 namespace Alert = frontend::Alert;
 namespace fs = boost::filesystem;
 namespace os = support::os;