Skip to content

Commit 9832637

Browse files
committed
PWGCF: Changed the order of header files
1 parent c1a66e4 commit 9832637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/MultiparticleCorrelations/Tasks/ThreeParticleCorrelations.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12+
#include <algorithm>
13+
1214
#include "Framework/runDataProcessing.h"
1315
#include "Framework/AnalysisTask.h"
1416
#include "CCDB/BasicCCDBManager.h"
@@ -19,8 +21,6 @@
1921
#include "TPDGCode.h"
2022
#include "RecoDecay.h"
2123

22-
#include <algorithm>
23-
2424
using namespace o2;
2525
using namespace o2::framework;
2626
using namespace o2::framework::expressions;

0 commit comments

Comments
 (0)