Skip to content

Commit e7b7fc8

Browse files
committed
fixed order in includes
1 parent dd25909 commit e7b7fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/QC/trackedCascadeProperties.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
#include "Framework/AnalysisDataModel.h"
3434
#include "Framework/AnalysisTask.h"
3535
#include "Framework/runDataProcessing.h"
36-
#include "ReconstructionDataFormats/Track.h"
3736
#include "ReconstructionDataFormats/DCA.h"
37+
#include "ReconstructionDataFormats/Track.h"
3838

3939
#include <TMath.h>
4040
#include <TObjArray.h>

0 commit comments

Comments
 (0)