Skip to content

Commit 28be18c

Browse files
authored
Change include syntax to angle brackets
Following Vit's suggestion about include format
1 parent 9953bc1 commit 28be18c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Common/TableProducer/zdcTaskLightIons.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
#include "Common/DataModel/Multiplicity.h"
2323
#include "Common/DataModel/ZDCLightIons.h"
2424

25-
#include "Framework/AnalysisDataModel.h"
26-
#include "Framework/AnalysisTask.h"
27-
#include "Framework/HistogramRegistry.h"
28-
#include "Framework/runDataProcessing.h"
25+
#include <Framework/AnalysisDataModel.h>
26+
#include <Framework/AnalysisTask.h>
27+
#include <Framework/HistogramRegistry.h>
28+
#include <Framework/runDataProcessing.h>
2929

30-
#include "TH1F.h"
31-
#include "TH2F.h"
30+
#include <TH1F.h>
31+
#include <TH2F.h>
3232

3333
using namespace o2;
3434
using namespace o2::aod;

0 commit comments

Comments
 (0)