Skip to content

Commit 2499630

Browse files
authored
Merge pull request #13 from alibuild/alibot-cleanup-11762
Please consider the following formatting changes to #11762
2 parents f70075b + 670507f commit 2499630

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

PWGLF/DataModel/LFHStrangeCorrelationTables.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@
2525
/// this data model uses the LF one, add here
2626
#include "PWGLF/DataModel/LFStrangenessTables.h"
2727

28-
#include <cmath>
29-
#include "Framework/AnalysisDataModel.h"
3028
#include "Common/Core/RecoDecay.h"
29+
3130
#include "CommonConstants/PhysicsConstants.h"
31+
#include "Framework/AnalysisDataModel.h"
32+
33+
#include <cmath>
3234

3335
// Simple checker
3436
#define bitcheck(var, nbit) ((var) & (1 << (nbit)))

0 commit comments

Comments
 (0)