From 0a1057b62e43562161582ec686c0dc59377e6b79 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sat, 16 Dec 2006 10:37:41 +0000 Subject: [PATCH] remove unused stuff git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16296 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Chktex.C | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Chktex.C b/src/Chktex.C index 22754cc06a..abe36ebf28 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)