Skip to content

Commit

Permalink
Remove a few unnecessary includes (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored Aug 7, 2024
1 parent a03713c commit 9548b64
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion k4FWCore/components/PodioOutput.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#include "Gaudi/Algorithm.h"
#include "k4FWCore/KeepDropSwitch.h"
#include "podio/CollectionBase.h"
#include "podio/ROOTWriter.h"

#include <vector>
Expand Down
1 change: 0 additions & 1 deletion k4FWCore/components/Reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

#include "podio/CollectionBase.h"
#include "podio/Frame.h"
#include "podio/ROOTReader.h"

#include "IIOSvc.h"
#include "k4FWCore/FunctionalUtils.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@

#include "k4FWCore/Consumer.h"

#include <Gaudi/Functional/Consumer.h>
#include <Gaudi/Property.h>
#include <GaudiKernel/ISvcLocator.h>

#include <fmt/core.h>
#include <fmt/format.h>

#include <atomic>
#include <stdexcept>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
#include "edm4hep/TrackerHit3DCollection.h"
#else
#include "edm4hep/TrackerHitCollection.h"

namespace edm4hep {
using TrackerHit3DCollection = edm4hep::TrackerHitCollection;
} // namespace edm4hep
#endif
#include "edm4hep/TrackerHit3DCollection.h"
#include "podio/UserDataCollection.h"

#include "k4FWCore/Transformer.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

#include "edm4hep/Constants.h"

// datamodel
#include "edm4hep/SimTrackerHitCollection.h"

/** @class k4FWCoreTest_cellID
Expand Down

0 comments on commit 9548b64

Please sign in to comment.