Skip to content

Commit 19e6feb

Browse files
committed
fix header order
1 parent 41784f2 commit 19e6feb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

PWGLF/Tasks/cascadecorrelations.cxx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,16 @@
2929
#include "Common/DataModel/Centrality.h"
3030
#include "Common/DataModel/PIDResponse.h"
3131

32+
#include <Math/Vector4D.h>
33+
#include <cmath>
34+
#include <array>
35+
#include <cstdlib>
3236
#include <TFile.h>
3337
#include <TH2F.h>
3438
#include <TProfile.h>
3539
#include <TLorentzVector.h>
36-
#include <Math/Vector4D.h>
3740
#include <TPDGCode.h>
3841
#include <TDatabasePDG.h>
39-
#include <cmath>
40-
#include <array>
41-
#include <cstdlib>
42-
#include "Framework/ASoAHelpers.h"
4342

4443
using namespace o2;
4544
using namespace o2::framework;

0 commit comments

Comments
 (0)