Skip to content

Commit

Permalink
[wip] Start to cleanup unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 28, 2023
1 parent b789bf5 commit fc8f9ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unittests/unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,7 +21,6 @@
#if PODIO_ENABLE_SIO
#include "podio/SIOFrameReader.h"
#include "podio/SIOLegacyReader.h"
#include "podio/SIOReader.h"
#endif

// Test data types
Expand Down

0 comments on commit fc8f9ec

Please sign in to comment.