X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChktex.cpp;h=20ee902876738a9d1f4d01bec583594acad6884f;hb=0011f47885e070cf36e92d3a2f11f29ce1d4fdf4;hp=c88aefb2ba9a2da00fd534b5d21751700ceef08f;hpb=9d0ea8aeff32833a90b3fe64df0c5518a9e241be;p=lyx.git diff --git a/src/Chktex.cpp b/src/Chktex.cpp index c88aefb2ba..20ee902876 100644 --- a/src/Chktex.cpp +++ b/src/Chktex.cpp @@ -23,19 +23,11 @@ #include -using std::getline; -using std::string; - +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; - Chktex::Chktex(string const & chktex, string const & f, string const & p) : cmd(chktex), file(f), path(p)