Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PWGEM/PhotonMeson/Utils/MaterialBudgetWeights.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
#ifndef PWGEM_PHOTONMESON_UTILS_MATERIALBUDGETWEIGHTS_H_
#define PWGEM_PHOTONMESON_UTILS_MATERIALBUDGETWEIGHTS_H_

#include <map>
#include <string>

#include "PWGEM/PhotonMeson/DataModel/gammaTables.h"

#include "Framework/ASoAHelpers.h"
Expand All @@ -32,6 +29,9 @@
#include <Framework/Configurable.h>
#include <Framework/InitContext.h>

#include <map>
#include <string>

using namespace o2;
using namespace o2::soa;
using namespace o2::framework;
Expand Down
Loading