Skip to content

Commit 22c4468

Browse files
committed
fix header order part 2
1 parent 19e6feb commit 22c4468

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGLF/Tasks/cascadecorrelations.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
// Author: Rik Spijkers (rik.spijkers@cern.ch)
1616
//
1717

18+
#include <Math/Vector4D.h>
19+
#include <cmath>
20+
#include <array>
21+
#include <cstdlib>
22+
1823
#include "Framework/runDataProcessing.h"
1924
#include "Framework/AnalysisTask.h"
2025
#include "Framework/AnalysisDataModel.h"
@@ -28,11 +33,6 @@
2833
#include "Common/DataModel/EventSelection.h"
2934
#include "Common/DataModel/Centrality.h"
3035
#include "Common/DataModel/PIDResponse.h"
31-
32-
#include <Math/Vector4D.h>
33-
#include <cmath>
34-
#include <array>
35-
#include <cstdlib>
3636
#include <TFile.h>
3737
#include <TH2F.h>
3838
#include <TProfile.h>

0 commit comments

Comments
 (0)