]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.cpp
rev 19644: I forgot this.
[lyx.git] / src / Converter.cpp
index e704cf12d41a1a1003b1b34883b1fd03dfdfaacf..f2a463868e381d2badae7bd5aa23ee1304a32261 100644 (file)
 #include "support/Path.h"
 #include "support/Systemcall.h"
 
+using std::endl;
+using std::find_if;
+using std::string;
+using std::vector;
+using std::distance;
+
 
 namespace lyx {
 
@@ -59,12 +65,6 @@ using support::split;
 using support::subst;
 using support::Systemcall;
 
-using std::endl;
-using std::find_if;
-using std::string;
-using std::vector;
-using std::distance;
-
 namespace Alert = lyx::frontend::Alert;