Skip to content

Commit 662ff2e

Browse files
committed
Making the headers self-sufficient
1 parent d8f4920 commit 662ff2e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

PWGCF/FemtoUniverse/Core/femtoUtils.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@
1717
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUTILS_H_
1818
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUTILS_H_
1919

20-
#include <vector>
21-
#include <functional>
22-
#include <algorithm>
23-
#include "Framework/ASoAHelpers.h"
2420
#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h"
2521

22+
#include "Framework/ASoAHelpers.h"
23+
24+
#include <algorithm>
25+
#include <functional>
26+
#include <vector>
27+
2628
namespace o2::analysis::femto_universe
2729
{
2830

0 commit comments

Comments
 (0)