]> git.lyx.org Git - lyx.git/blobdiff - src/Chktex.cpp
Fulfill promise to Andre: TextClass_ptr --> TextClassPtr.
[lyx.git] / src / Chktex.cpp
index d50390764685f0b6daefe2911450e7735f5e1efa..2af1ed0487a20bdf118fd9b112a1e07bed8c52bf 100644 (file)
 #include "support/docstream.h"
 #include "support/filetools.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)