Skip to content

Commit fae28ea

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

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseFemtoContainer.h

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,18 @@
2020
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEFEMTOCONTAINER_H_
2121
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEFEMTOCONTAINER_H_
2222

23-
#include <fairlogger/Logger.h>
24-
#include <vector>
25-
#include <string>
23+
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h"
2624

2725
#include "Framework/HistogramRegistry.h"
28-
#include "PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h"
2926

3027
#include "Math/Vector4D.h"
31-
#include "TMath.h"
3228
#include "TDatabasePDG.h"
29+
#include "TMath.h"
30+
31+
#include <fairlogger/Logger.h>
32+
33+
#include <string>
34+
#include <vector>
3335

3436
using namespace o2::framework;
3537

0 commit comments

Comments
 (0)