Skip to content

Commit 6f8b4c2

Browse files
committed
resolving issues
1 parent 053ba2d commit 6f8b4c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGMM/Lumi/Tasks/lumiStability.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
#include <string>
2020
#include <vector>
2121

22+
#include <utility>
23+
#include <map>
24+
#include <string>
25+
#include <vector>
26+
2227
#include "Framework/runDataProcessing.h"
2328
#include "Framework/AnalysisTask.h"
2429
#include "Framework/AnalysisDataModel.h"
@@ -35,11 +40,6 @@
3540
#include "DataFormatsParameters/GRPLHCIFData.h"
3641
#include "DataFormatsParameters/GRPECSObject.h"
3742

38-
#include <utility>
39-
#include <map>
40-
#include <string>
41-
#include <vector>
42-
4343
using namespace o2;
4444
using namespace o2::framework;
4545

0 commit comments

Comments
 (0)