]> git.lyx.org Git - lyx.git/blobdiff - src/Format.cpp
SCons: msvc does not need this /TP option any more after we rename .C => .cpp. Also...
[lyx.git] / src / Format.cpp
index e2107a5bdcc0242781a4abb94f99d493024fce96..90f766bfeb5baf9afe3f04d5bd03188cde57a688 100644 (file)
@@ -28,6 +28,9 @@
 
 #include <boost/filesystem/operations.hpp>
 
+using std::string;
+using std::distance;
+
 
 namespace lyx {
 
@@ -44,9 +47,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;