Skip to content

Commit 81a4568

Browse files
authored
Change include statements
Updated include format to use angle brackets.
1 parent 28be18c commit 81a4568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/DataModel/ZDCLightIons.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
#include "Common/DataModel/Centrality.h"
2020
#include "Common/DataModel/Multiplicity.h"
2121

22-
#include "Framework/ASoAHelpers.h"
23-
#include "Framework/AnalysisDataModel.h"
22+
#include <Framework/ASoAHelpers.h>
23+
#include <Framework/AnalysisDataModel.h>
2424

2525
namespace o2::aod
2626
{

0 commit comments

Comments
 (0)