Skip to content

Commit 35b7f9e

Browse files
committed
Include What You Use
1 parent 862bdf2 commit 35b7f9e

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

PWGLF/DataModel/LFStrangenessTables.h

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,31 @@
88
// In applying this license CERN does not waive the privileges and immunities
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
11+
1112
#ifndef PWGLF_DATAMODEL_LFSTRANGENESSTABLES_H_
1213
#define PWGLF_DATAMODEL_LFSTRANGENESSTABLES_H_
1314

14-
#include <cmath>
15-
#include <vector>
16-
#include "Framework/AnalysisDataModel.h"
15+
#include "PWGLF/DataModel/EPCalibrationTables.h"
16+
#include "PWGLF/DataModel/SPCalibrationTables.h"
17+
#include "PWGUD/DataModel/UDTables.h"
18+
1719
#include "Common/Core/RecoDecay.h"
18-
#include "CommonConstants/PhysicsConstants.h"
20+
#include "Common/DataModel/Centrality.h"
1921
#include "Common/DataModel/EventSelection.h"
22+
#include "Common/DataModel/McCollisionExtra.h" // IWYU pragma: keep (FIXME: not used, remove asap)
2023
#include "Common/DataModel/Multiplicity.h"
21-
#include "Common/DataModel/Centrality.h"
2224
#include "Common/DataModel/Qvectors.h"
23-
#include "Common/DataModel/McCollisionExtra.h"
24-
#include "PWGLF/DataModel/EPCalibrationTables.h"
25-
#include "PWGLF/DataModel/SPCalibrationTables.h"
26-
#include "PWGUD/DataModel/UDTables.h"
25+
26+
#include <CommonConstants/PhysicsConstants.h>
27+
#include <Framework/ASoA.h>
28+
#include <Framework/AnalysisDataModel.h>
29+
#include <Framework/DataTypes.h>
30+
#include <Framework/Expressions.h>
31+
32+
#include <array>
33+
#include <cmath>
34+
#include <cstdint>
35+
#include <vector>
2736

2837
namespace o2::aod
2938
{

0 commit comments

Comments
 (0)