]> git.lyx.org Git - lyx.git/blobdiff - src/Chktex.cpp
I'll find a solution for the 'dirList problem', Abdel.
[lyx.git] / src / Chktex.cpp
index d50390764685f0b6daefe2911450e7735f5e1efa..c88aefb2ba9a2da00fd534b5d21751700ceef08f 100644 (file)
 #include <config.h>
 
 #include "Chktex.h"
-#include "gettext.h"
 
 #include "LaTeX.h" // TeXErrors
 
 #include "support/convert.h"
 #include "support/docstream.h"
 #include "support/filetools.h"
+#include "support/gettext.h"
 #include "support/lstrings.h"
-#include "support/systemcall.h"
+#include "support/Systemcall.h"
 
 #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)