Skip to content

Commit d9c620b

Browse files
authored
Reordering includes
builds failing due to UPCTauCentralBarrelHelperRL.h. Reordering, so the functions in the header above are already defined
1 parent d375ef2 commit d9c620b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGUD/Tasks/upcRhoAnalysis.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
/// \author Jakub Juracka, jakub.juracka@cern.ch
1616
/// \file upcRhoAnalysis.cxx
1717

18-
#include "PWGUD/Core/UPCTauCentralBarrelHelperRL.h"
19-
#include "PWGUD/DataModel/UDTables.h"
20-
2118
#include "Common/DataModel/PIDResponse.h"
2219

2320
#include "Framework/AnalysisDataModel.h"
@@ -34,6 +31,9 @@
3431
#include <utility>
3532
#include <vector>
3633

34+
#include "PWGUD/Core/UPCTauCentralBarrelHelperRL.h"
35+
#include "PWGUD/DataModel/UDTables.h"
36+
3737
using namespace o2;
3838
using namespace o2::framework;
3939
using namespace o2::framework::expressions;

0 commit comments

Comments
 (0)