]> git.lyx.org Git - lyx.git/blobdiff - src/Chktex.cpp
adjust
[lyx.git] / src / Chktex.cpp
index d055ef6830821572a00bcd9ef0a444acefaad481..2af1ed0487a20bdf118fd9b112a1e07bed8c52bf 100644 (file)
@@ -23,6 +23,9 @@
 
 #include <boost/format.hpp>
 
+using std::getline;
+using std::string;
+
 
 namespace lyx {
 
@@ -33,9 +36,6 @@ using support::onlyFilename;
 using support::split;
 using support::Systemcall;
 
-using std::getline;
-using std::string;
-
 
 Chktex::Chktex(string const & chktex, string const & f, string const & p)
                : cmd(chktex), file(f), path(p)