Skip to content

Commit ce1a055

Browse files
committed
[df] Remove unnecessary header inclusion
1 parent 97fe94f commit ce1a055

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tree/dataframe/inc/ROOT/RDataFrame.hxx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ ROOT's RDataFrame allows to analyse data stored in TTrees with a high level inte
1717
#define ROOT_RDATAFRAME
1818

1919
#include "TROOT.h" // To allow ROOT::EnableImplicitMT without including ROOT.h
20-
#include "ROOT/RDF/RDatasetSpec.hxx"
2120
#include "ROOT/RDF/RInterface.hxx"
2221
#include "ROOT/RDF/Utils.hxx"
2322
#include <string_view>
@@ -31,6 +30,10 @@ ROOT's RDataFrame allows to analyse data stored in TTrees with a high level inte
3130
class TDirectory;
3231
class TTree;
3332

33+
namespace ROOT::RDF::Experimental{
34+
class RDatasetSpec;
35+
}
36+
3437
namespace ROOT {
3538
namespace RDF {
3639
class RDataSource;

0 commit comments

Comments
 (0)