From 88a781319d7355a246af1ac37a75fd8c68b982d6 Mon Sep 17 00:00:00 2001
From: Fons Rademakers <Fons.Rademakers@cern.ch>
Date: Fri, 14 Dec 2007 09:17:21 +0000
Subject: [PATCH] remove Riostream.h from header.

git-svn-id: http://root.cern.ch/svn/root/trunk@21371 27541ba8-7e3a-0410-8455-c3a389f83636
---
 graf/inc/TGraphPolar.h   | 6 +++++-
 graf/src/TGraphPolar.cxx | 1 +
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/graf/inc/TGraphPolar.h b/graf/inc/TGraphPolar.h
index 006215b9270..0d07a1da4aa 100644
--- a/graf/inc/TGraphPolar.h
+++ b/graf/inc/TGraphPolar.h
@@ -12,8 +12,12 @@
 #ifndef ROOT_TGraphPolar
 #define ROOT_TGraphPolar
 
+#ifndef ROOT_TGraphErrors
 #include "TGraphErrors.h"
-#include "Riostream.h"
+#endif
+#ifndef ROOT_Riosfwd
+#include "Riosfwd.h"
+#endif
 #ifndef ROOT_TAttText
 #include "TAttText.h"
 #endif
diff --git a/graf/src/TGraphPolar.cxx b/graf/src/TGraphPolar.cxx
index d19617a6bd9..d9148a31eb0 100644
--- a/graf/src/TGraphPolar.cxx
+++ b/graf/src/TGraphPolar.cxx
@@ -52,6 +52,7 @@ End_Macro */
 #include "TEllipse.h"
 #include "TH1.h"
 #include "TMath.h"
+#include "Riostream.h"
 
 
 ClassImp(TGraphPolar);
-- 
GitLab