Skip to content

Commit 2d78b9c

Browse files
Dushmanta SahuDushmanta Sahu
authored andcommitted
Fix alibuild errors
1 parent 4f8af35 commit 2d78b9c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

PWGLF/Tasks/Nuspex/MultiplicityPt.cxx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
#include "PWGLF/Utils/inelGt.h"
1313

14-
#include "Common/Constants/MathConstants.h"
15-
#include "Common/Constants/PhysicsConstants.h"
1614
#include "Common/Core/TrackSelection.h"
1715
#include "Common/Core/TrackSelectionDefaults.h"
1816
#include "Common/DataModel/Centrality.h"
@@ -46,8 +44,7 @@
4644
using namespace o2;
4745
using namespace o2::framework;
4846
using namespace o2::framework::expressions;
49-
using namespace o2::constants::physics;
50-
using namespace o2::constants::math;
47+
5148
using BCsRun3 = soa::Join<aod::BCs, aod::Timestamps, aod::BcSels,
5249
aod::Run3MatchedToBCSparse>;
5350

0 commit comments

Comments
 (0)