Skip to content

Commit bea5873

Browse files
committed
[TDF] Add all needed includes, properly choose between quotes and angular brackets
1 parent 7dfcf2a commit bea5873

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tree/treeplayer/test/dataframe/datasource_root.cxx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
#include "ROOT/TRootDS.hxx"
2-
#include "TGraph.h"
1+
#include <TGraph.h>
2+
#include <ROOT/TDataFrame.hxx>
3+
#include <ROOT/TRootDS.hxx>
4+
#include <ROOT/TSeq.hxx>
35

4-
#include "gtest/gtest.h"
6+
#include <gtest/gtest.h>
57

68
#include <iostream>
79

0 commit comments

Comments
 (0)