Skip to content

Commit 11b4185

Browse files
committed
fix alphbetical order of includes
1 parent b7ce092 commit 11b4185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Nuspex/chargedParticles.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
#include <Framework/runDataProcessing.h>
2626
#include <ReconstructionDataFormats/Track.h>
2727

28-
#include <vector>
2928
#include <unordered_set>
29+
#include <vector>
3030

3131
using namespace o2;
3232
using namespace o2::framework;

0 commit comments

Comments
 (0)