Skip to content

Commit bdf0523

Browse files
committed
Fix include position
1 parent c267fb2 commit bdf0523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PWGHF/TableProducer/candidateCreatorXic0Omegac0.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919

2020
#ifndef HomogeneousField
2121
#define HomogeneousField // o2-linter: disable=name/macro (required by KFParticle)
22-
#include "PWGHF/Core/DecayChannelsLegacy.h"
2322
#endif
2423

2524
#include "PWGHF/Core/CentralityEstimation.h"
25+
#include "PWGHF/Core/DecayChannelsLegacy.h"
2626
#include "PWGHF/DataModel/AliasTables.h"
2727
#include "PWGHF/DataModel/CandidateReconstructionTables.h"
2828
#include "PWGHF/DataModel/CandidateSkimmingTables.h"

PWGHF/TableProducer/candidateCreatorXicToXiPiPi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919

2020
#ifndef HomogeneousField
2121
#define HomogeneousField // o2-linter: disable=name/macro (required by KFParticle)
22-
#include "PWGHF/Core/DecayChannelsLegacy.h"
2322
#endif
2423

2524
#include "PWGHF/Core/CentralityEstimation.h"
25+
#include "PWGHF/Core/DecayChannelsLegacy.h"
2626
#include "PWGHF/DataModel/AliasTables.h"
2727
#include "PWGHF/DataModel/CandidateReconstructionTables.h"
2828
#include "PWGHF/DataModel/CandidateSkimmingTables.h"

0 commit comments

Comments
 (0)