]> git.lyx.org Git - lyx.git/blobdiff - src/Chktex.C
Almost fix 'make check'. The only remaining problem is an undefined
[lyx.git] / src / Chktex.C
index 22754cc06a0a384bd6b683aa447453ccbac6bc5a..981999f303fb0c5b33275982cabc356d824e91ae 100644 (file)
@@ -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"))));