From 1d3744a13c68c9e1b98c60446a2f210b8977a2e4 Mon Sep 17 00:00:00 2001 From: Rene Brun <Rene.Brun@cern.ch> Date: Tue, 23 Jan 2007 09:59:39 +0000 Subject: [PATCH] Remove dependency from TFile (thanks to new function TBuffer::GetVersionOwner) git-svn-id: http://root.cern.ch/svn/root/trunk@17459 27541ba8-7e3a-0410-8455-c3a389f83636 --- rint/src/TRint.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rint/src/TRint.cxx b/rint/src/TRint.cxx index 891c80803b2..2007f95ccae 100644 --- a/rint/src/TRint.cxx +++ b/rint/src/TRint.cxx @@ -1,4 +1,4 @@ -// @(#)root/rint:$Name: $:$Id: TRint.cxx,v 1.64 2006/12/01 11:29:13 pcanal Exp $ +// @(#)root/rint:$Name: $:$Id: TRint.cxx,v 1.65 2006/12/08 22:58:43 rdm Exp $ // Author: Rene Brun 17/02/95 /************************************************************************* @@ -36,7 +36,6 @@ #include "TInterpreter.h" #include "TObjArray.h" #include "TObjString.h" -#include "TFile.h" #include "TMapFile.h" #include "TTabCom.h" #include "TError.h" -- GitLab