diff --git a/graf/inc/TGraphPolar.h b/graf/inc/TGraphPolar.h
index 23eaecb75e155f8b0d1b5d4e18523049880f9c90..2650e6127621e992733b729d04e018e962afcef6 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 702df2f77114db7fd9f1dc57f63b984c45b17911..c2433cf1dd4f82cfc02848b617e6977e7c7d439e 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"