Skip to content

Commit e8ba8f6

Browse files
committed
Making the headers self-sufficient
1 parent cfd0fc4 commit e8ba8f6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseObjectSelection.h

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@
1717
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEOBJECTSELECTION_H_
1818
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEOBJECTSELECTION_H_
1919

20+
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseSelection.h"
21+
#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h"
22+
23+
#include "Framework/HistogramRegistry.h"
24+
#include "ReconstructionDataFormats/PID.h"
25+
2026
#include <algorithm>
2127
#include <string>
2228
#include <vector>
2329

24-
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseSelection.h"
25-
#include "ReconstructionDataFormats/PID.h"
26-
#include "Framework/HistogramRegistry.h"
27-
#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h"
28-
2930
using namespace o2;
3031
using namespace o2::framework;
3132

0 commit comments

Comments
 (0)