From 7ed938d8d56d1fb0070e74d09889e74933ec85ce Mon Sep 17 00:00:00 2001 From: Rene Brun <Rene.Brun@cern.ch> Date: Tue, 23 Jan 2007 10:35:23 +0000 Subject: [PATCH] Remove dependencies on: #include "TH1.h" #include "TCanvas.h" #include "TEllipse.h" #include "TLine.h" #include "TLatex.h" #include "TGaxis.h" #include "TFrame.h" git-svn-id: http://root.cern.ch/svn/root/trunk@17465 27541ba8-7e3a-0410-8455-c3a389f83636 --- graf/inc/TGraphPolar.h | 10 +--------- graf/src/TGraphPolar.cxx | 6 +++++- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/graf/inc/TGraphPolar.h b/graf/inc/TGraphPolar.h index 23eaecb75e1..2650e612762 100644 --- a/graf/inc/TGraphPolar.h +++ b/graf/inc/TGraphPolar.h @@ -1,4 +1,4 @@ -// @(#)root/graf:$Name: $:$Id: TGraphPolar.h,v 1.3 2006/11/15 17:44:57 couet Exp $ +// @(#)root/graf:$Name: $:$Id: TGraphPolar.h,v 1.4 2007/01/15 16:10:10 brun Exp $ // Author: Sebastian Boser, 02/02/06 /************************************************************************* @@ -12,15 +12,7 @@ #ifndef ROOT_TGraphPolar #define ROOT_TGraphPolar -#include "TGraph.h" #include "TGraphErrors.h" -#include "TH1.h" -#include "TCanvas.h" -#include "TEllipse.h" -#include "TLine.h" -#include "TLatex.h" -#include "TGaxis.h" -#include "TFrame.h" #include "Riostream.h" ////////////////////////////////////////////////////////////////////////// diff --git a/graf/src/TGraphPolar.cxx b/graf/src/TGraphPolar.cxx index 702df2f7711..c2433cf1dd4 100644 --- a/graf/src/TGraphPolar.cxx +++ b/graf/src/TGraphPolar.cxx @@ -1,4 +1,4 @@ -// @(#)root/graf:$Name: $:$Id: TGraphPolar.cxx,v 1.6 2006/12/14 08:37:33 couet Exp $ +// @(#)root/graf:$Name: $:$Id: TGraphPolar.cxx,v 1.7 2007/01/15 16:10:10 brun Exp $ // Author: Sebastian Boser, Mathieu Demaret 02/02/06 /************************************************************************* @@ -48,6 +48,10 @@ #include "THLimitsFinder.h" #include "TPaveText.h" #include "TStyle.h" +#include "TPad.h" +#include "TROOT.h" +#include "TLatex.h" +#include "TEllipse.h" #include "TMath.h" -- GitLab