X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChktex.cpp;h=20ee902876738a9d1f4d01bec583594acad6884f;hb=0011f47885e070cf36e92d3a2f11f29ce1d4fdf4;hp=809d9643675e0c74067b1d3b8f4c8ec61a6857ea;hpb=9383f4c3c6f9cfab2d658701ba66e2b54cd68bea;p=lyx.git diff --git a/src/Chktex.cpp b/src/Chktex.cpp index 809d964367..20ee902876 100644 --- a/src/Chktex.cpp +++ b/src/Chktex.cpp @@ -24,16 +24,10 @@ #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; - Chktex::Chktex(string const & chktex, string const & f, string const & p) : cmd(chktex), file(f), path(p)