]> git.lyx.org Git - lyx.git/blobdiff - src/Importer.cpp
Update po directory, new Portuguese translation
[lyx.git] / src / Importer.cpp
index 8bd7bccb641f8191ebd2281a05191930e00583a6..78c2c0969eec5c8e117c38006352a08629f28d87 100644 (file)
 #include "BufferView.h"
 #include "buffer_funcs.h"
 
+using std::find;
+using std::string;
+using std::vector;
+
 
 namespace lyx {
 
@@ -35,10 +39,6 @@ using support::changeExtension;
 using support::FileName;
 using support::makeDisplayPath;
 
-using std::find;
-using std::string;
-using std::vector;
-
 
 bool Importer::Import(LyXView * lv, FileName const & filename,
                      string const & format, ErrorList & errorList)