From 0e8a8bf7d8b29d63b5526bdc725ebc475b6ce3c9 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Tue, 3 Oct 2023 19:27:02 +0200 Subject: [PATCH] Remove some unneeded includes --- test/k4FWCoreTest/src/components/ExampleFunctionalConsumer.cpp | 1 - .../src/components/ExampleFunctionalConsumerMultiple.cpp | 1 - test/k4FWCoreTest/src/components/ExampleFunctionalProducer.cpp | 1 - .../src/components/ExampleFunctionalProducerMultiple.cpp | 1 - .../k4FWCoreTest/src/components/ExampleFunctionalTransformer.cpp | 1 - .../src/components/ExampleFunctionalTransformerMultiple.cpp | 1 - 6 files changed, 6 deletions(-) diff --git a/test/k4FWCoreTest/src/components/ExampleFunctionalConsumer.cpp b/test/k4FWCoreTest/src/components/ExampleFunctionalConsumer.cpp index 03801bf8..45c9983f 100644 --- a/test/k4FWCoreTest/src/components/ExampleFunctionalConsumer.cpp +++ b/test/k4FWCoreTest/src/components/ExampleFunctionalConsumer.cpp @@ -1,4 +1,3 @@ -#include "Gaudi/Algorithm.h" #include "Gaudi/Property.h" #include "GaudiAlg/Consumer.h" diff --git a/test/k4FWCoreTest/src/components/ExampleFunctionalConsumerMultiple.cpp b/test/k4FWCoreTest/src/components/ExampleFunctionalConsumerMultiple.cpp index d6de3c8a..8a351e74 100644 --- a/test/k4FWCoreTest/src/components/ExampleFunctionalConsumerMultiple.cpp +++ b/test/k4FWCoreTest/src/components/ExampleFunctionalConsumerMultiple.cpp @@ -1,4 +1,3 @@ -#include "Gaudi/Algorithm.h" #include "Gaudi/Property.h" #include "GaudiAlg/Consumer.h" diff --git a/test/k4FWCoreTest/src/components/ExampleFunctionalProducer.cpp b/test/k4FWCoreTest/src/components/ExampleFunctionalProducer.cpp index 0980b2e8..f1a066b3 100644 --- a/test/k4FWCoreTest/src/components/ExampleFunctionalProducer.cpp +++ b/test/k4FWCoreTest/src/components/ExampleFunctionalProducer.cpp @@ -1,4 +1,3 @@ -#include "Gaudi/Algorithm.h" #include "Gaudi/Property.h" #include "GaudiAlg/Producer.h" #include "k4FWCore/BaseClass.h" diff --git a/test/k4FWCoreTest/src/components/ExampleFunctionalProducerMultiple.cpp b/test/k4FWCoreTest/src/components/ExampleFunctionalProducerMultiple.cpp index 2911843e..c3476283 100644 --- a/test/k4FWCoreTest/src/components/ExampleFunctionalProducerMultiple.cpp +++ b/test/k4FWCoreTest/src/components/ExampleFunctionalProducerMultiple.cpp @@ -1,4 +1,3 @@ -#include "Gaudi/Algorithm.h" #include "Gaudi/Property.h" #include "GaudiAlg/Producer.h" #include "k4FWCore/BaseClass.h" diff --git a/test/k4FWCoreTest/src/components/ExampleFunctionalTransformer.cpp b/test/k4FWCoreTest/src/components/ExampleFunctionalTransformer.cpp index d26c55cd..b63a6950 100644 --- a/test/k4FWCoreTest/src/components/ExampleFunctionalTransformer.cpp +++ b/test/k4FWCoreTest/src/components/ExampleFunctionalTransformer.cpp @@ -1,4 +1,3 @@ -#include "Gaudi/Algorithm.h" #include "Gaudi/Property.h" #include "GaudiAlg/Transformer.h" diff --git a/test/k4FWCoreTest/src/components/ExampleFunctionalTransformerMultiple.cpp b/test/k4FWCoreTest/src/components/ExampleFunctionalTransformerMultiple.cpp index 0832c2b6..328fc459 100644 --- a/test/k4FWCoreTest/src/components/ExampleFunctionalTransformerMultiple.cpp +++ b/test/k4FWCoreTest/src/components/ExampleFunctionalTransformerMultiple.cpp @@ -1,4 +1,3 @@ -#include "Gaudi/Algorithm.h" #include "Gaudi/Property.h" #include "GaudiAlg/Transformer.h"