Skip to content

Commit cfd0fc4

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEMATH_H_
2020
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEMATH_H_
2121

22-
#include <vector>
23-
#include <algorithm>
24-
25-
#include "Math/Vector4D.h"
2622
#include "Math/Boost.h"
23+
#include "Math/Vector4D.h"
2724
#include "TLorentzVector.h"
2825
#include "TMath.h"
2926

27+
#include <algorithm>
28+
#include <vector>
29+
3030
namespace o2::analysis::femto_universe
3131
{
3232

0 commit comments

Comments
 (0)