Skip to content

Commit 43a5dfe

Browse files
authored
Merge pull request AliceO2Group#9 from alibuild/alibot-cleanup-16728
Please consider the following formatting changes to AliceO2Group#16728
2 parents 90ee3f2 + eff0c58 commit 43a5dfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/Tasks/Resonances/k892hadronphotonBkg.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,24 @@
3636
#include <Framework/AnalysisDataModel.h>
3737
#include <Framework/AnalysisHelpers.h>
3838
#include <Framework/AnalysisTask.h>
39+
#include <Framework/BinningPolicy.h>
3940
#include <Framework/Configurable.h>
4041
#include <Framework/HistogramRegistry.h>
4142
#include <Framework/HistogramSpec.h>
4243
#include <Framework/InitContext.h>
4344
#include <Framework/OutputObjHeader.h>
4445
#include <Framework/runDataProcessing.h>
45-
#include "Framework/BinningPolicy.h"
4646

4747
#include <Math/Vector4D.h>
4848
#include <TH1.h>
4949
#include <TRandom3.h>
5050

5151
#include <array>
5252
#include <cmath>
53+
#include <cstddef>
5354
#include <cstdint>
5455
#include <string>
5556
#include <vector>
56-
#include <cstddef>
5757

5858
using namespace o2;
5959
using namespace o2::framework;

0 commit comments

Comments
 (0)