X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChktex.cpp;h=20ee902876738a9d1f4d01bec583594acad6884f;hb=4056f0ddb150d0e5d60bc5941d51e365eed0ac86;hp=d50390764685f0b6daefe2911450e7735f5e1efa;hpb=f630be890494c849981e4fb52ea4740506e92bed;p=lyx.git diff --git a/src/Chktex.cpp b/src/Chktex.cpp index d503907646..20ee902876 100644 --- a/src/Chktex.cpp +++ b/src/Chktex.cpp @@ -11,31 +11,23 @@ #include #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 +using namespace std; +using namespace lyx::support; namespace lyx { -using support::changeExtension; -using support::FileName; -using support::makeAbsPath; -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)