Skip to content

Commit 811cfa0

Browse files
author
Youssef El Mard Bouziani
committed
Apply clang-format include ordering
1 parent 9476160 commit 811cfa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGEM/PhotonMeson/Utils/MaterialBudgetWeights.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
#ifndef PWGEM_PHOTONMESON_UTILS_MATERIALBUDGETWEIGHTS_H_
2020
#define PWGEM_PHOTONMESON_UTILS_MATERIALBUDGETWEIGHTS_H_
2121

22-
#include <map>
23-
#include <string>
24-
2522
#include "PWGEM/PhotonMeson/DataModel/gammaTables.h"
2623

2724
#include "Framework/ASoAHelpers.h"
@@ -32,6 +29,9 @@
3229
#include <Framework/Configurable.h>
3330
#include <Framework/InitContext.h>
3431

32+
#include <map>
33+
#include <string>
34+
3535
using namespace o2;
3636
using namespace o2::soa;
3737
using namespace o2::framework;

0 commit comments

Comments
 (0)