Skip to content

Commit 1f0e874

Browse files
committed
DPL tests: drop unneeded includes
1 parent 28345fb commit 1f0e874

File tree

5 files changed

+2
-17
lines changed

5 files changed

+2
-17
lines changed

Framework/Core/test/test_HTTPParser.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
#include <boost/test/tools/old/interface.hpp>
13-
1412
#include "../src/HTTPParser.h"
1513
#include <catch_amalgamated.hpp>
1614

Framework/Core/test/test_Parallel.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
#include "Framework/ParallelContext.h"
1818
#include "Framework/runDataProcessing.h"
1919

20-
#include <boost/algorithm/string.hpp>
21-
2220
using namespace o2::framework;
2321

2422
struct FakeCluster {

Framework/Core/test/test_RegionInfoCallbackService.cxx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,12 @@
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-
#include <boost/algorithm/string.hpp>
12-
13-
#include "Framework/InputSpec.h"
1411
#include "Framework/CallbackService.h"
1512
#include "Framework/ControlService.h"
1613
#include "Framework/DataProcessorSpec.h"
17-
#include "Framework/ParallelContext.h"
1814
#include "Framework/runDataProcessing.h"
1915
#include "Framework/Logger.h"
2016

21-
#include <chrono>
22-
#include <thread>
23-
2417
using namespace o2::framework;
2518
using DataHeader = o2::header::DataHeader;
2619

Framework/Core/test/test_Services.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
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-
#include <boost/test/tools/old/interface.hpp>
12-
1311
#include "Framework/ServiceHandle.h"
1412
#include "Framework/ServiceRegistry.h"
1513
#include "Framework/CallbackService.h"

Framework/Core/test/test_TimePipeline.cxx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@
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-
#include "Framework/InputSpec.h"
11+
1212
#include "Framework/DataProcessorSpec.h"
1313
#include "Framework/ParallelContext.h"
1414
#include "Framework/runDataProcessing.h"
15-
16-
#include <boost/algorithm/string.hpp>
17-
15+
#include <thread>
1816
#include <chrono>
1917

2018
using namespace o2::framework;

0 commit comments

Comments
 (0)