Skip to content

Commit ff7830b

Browse files
authored
[PWGLF] Include What You Use (#11551)
1 parent f7dace1 commit ff7830b

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

PWGLF/DataModel/LFStrangenessTables.h

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,29 @@
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/AnalysisDataModel.h>
28+
#include <Framework/DataTypes.h>
29+
30+
#include <array>
31+
#include <cmath>
32+
#include <cstdint>
33+
#include <vector>
2734

2835
namespace o2::aod
2936
{

0 commit comments

Comments
 (0)