From ca76f6f45bc34a6ab6729e5977cec5d0a42496ee Mon Sep 17 00:00:00 2001 From: tmadlener Date: Fri, 15 Sep 2023 17:00:16 +0200 Subject: [PATCH] [wip] Start to cleanup unittests --- tests/unittests/unittest.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/unittests/unittest.cpp b/tests/unittests/unittest.cpp index 8a313de28..099f73765 100644 --- a/tests/unittests/unittest.cpp +++ b/tests/unittests/unittest.cpp @@ -10,11 +10,9 @@ #include "catch2/catch_test_macros.hpp" // podio specific includes -#include "podio/EventStore.h" #include "podio/GenericParameters.h" #include "podio/ROOTFrameReader.h" #include "podio/ROOTLegacyReader.h" -#include "podio/ROOTReader.h" #include "podio/podioVersion.h" #ifndef PODIO_ENABLE_SIO @@ -23,7 +21,6 @@ #if PODIO_ENABLE_SIO #include "podio/SIOFrameReader.h" #include "podio/SIOLegacyReader.h" - #include "podio/SIOReader.h" #endif // Test data types