Skip to content

Commit 2936ccb

Browse files
committed
Fix: fix code-check errors
1 parent 20ddd4e commit 2936ccb

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

PWGCF/Femto/Core/femtoUtils.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424

2525
#include <TPDGCode.h>
2626

27-
#include <sys/types.h>
28-
2927
#include <algorithm>
3028
#include <cmath>
3129
#include <concepts>

PWGCF/Femto/DataModel/FemtoTables.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#include <CommonConstants/MathConstants.h>
2727
#include <Framework/ASoA.h>
2828
#include <Framework/AnalysisDataModel.h>
29-
#include <Framework/Expressions.h>
3029

3130
#include <cmath>
3231
#include <cstdint>

PWGCF/Femto/TableProducer/femtoProducerLiteConverter.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <Framework/AnalysisDataModel.h>
1919
#include <Framework/AnalysisHelpers.h>
2020
#include <Framework/AnalysisTask.h>
21+
#include <Framework/Configurable.h>
2122
#include <Framework/InitContext.h>
2223
#include <Framework/runDataProcessing.h>
2324

0 commit comments

Comments
 (0)