Skip to content

Commit c34b43e

Browse files
committed
IWYU: export commonly used headers
- Avoid fairlogger/Logger.h suggested everywhere - Avoid exposing WorkflowSpec.h everywhere we have a runDataProcessing.h - Cannot use AnalysisDataModel without ASoA.h
1 parent 892c49c commit c34b43e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Framework/Core/include/Framework/AnalysisDataModel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#ifndef O2_FRAMEWORK_ANALYSISDATAMODEL_H_
1212
#define O2_FRAMEWORK_ANALYSISDATAMODEL_H_
1313

14-
#include "Framework/ASoA.h"
14+
#include "Framework/ASoA.h" // IWYU pragma: export
1515

1616
#include <cmath>
1717
#include <bitset>

Framework/Core/include/Framework/runDataProcessing.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
#include "Framework/DataProcessorSpec.h"
2222
#include "Framework/DataAllocator.h"
2323
#include "Framework/SendingPolicy.h"
24-
#include "Framework/WorkflowSpec.h"
24+
#include "Framework/WorkflowSpec.h" // IWYU pragma: export
2525
#include "Framework/ConfigContext.h"
2626
#include "Framework/CustomWorkflowTerminationHook.h"
2727
#include "Framework/CommonServices.h"
2828
#include "Framework/WorkflowCustomizationHelpers.h"
29-
#include "Framework/Logger.h"
29+
#include "Framework/Logger.h" // IWYU pragma: export
3030
#include "Framework/CheckTypes.h"
3131
#include "Framework/StructToTuple.h"
3232
#include "ResourcePolicy.h"

0 commit comments

Comments
 (0)