X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChktex.C;h=981999f303fb0c5b33275982cabc356d824e91ae;hb=8765ab59cdddad67284007813ef25934ea0042ce;hp=22754cc06a0a384bd6b683aa447453ccbac6bc5a;hpb=bb2dc9c83f992dd6e237037402844be2ce710a5e;p=lyx.git diff --git a/src/Chktex.C b/src/Chktex.C index 22754cc06a..981999f303 100644 --- a/src/Chktex.C +++ b/src/Chktex.C @@ -35,7 +35,6 @@ using support::Systemcall; using std::getline; using std::string; -using std::ifstream; Chktex::Chktex(string const & chktex, string const & f, string const & p) @@ -64,7 +63,7 @@ int Chktex::scanLogFile(TeXErrors & terr) { int retval = 0; - // FIXME: Find out whether we can onlyFilename() is really needed, + // FIXME: Find out whether onlyFilename() is really needed, // or whether makeAbsPath(onlyFilename()) is a noop here FileName const tmp(makeAbsPath(onlyFilename(changeExtension(file, ".log"))));