Skip to content

Commit

Permalink
fix: rm Acts detail header for stable interface
Browse files Browse the repository at this point in the history
In acts-project/acts#2617 the detail header will be removed.
  • Loading branch information
wdconinc authored Dec 21, 2023
1 parent 813d110 commit 8942935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/tracking/ActsGeometryProvider.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// Copyright (C) 2022 Whitney Armstrong, Wouter Deconinck, Dmitry Romanov

#include <Acts/Definitions/Algebra.hpp>
#include <Acts/Geometry/DetectorElementBase.hpp>
#include <Acts/Geometry/GeometryIdentifier.hpp>
#include <Acts/Geometry/TrackingGeometry.hpp>
#include <Acts/Geometry/detail/DefaultDetectorElementBase.hpp>
#include <Acts/MagneticField/MagneticFieldContext.hpp>
#include <Acts/Material/IMaterialDecorator.hpp>
#include <Acts/Plugins/DD4hep/ConvertDD4hepDetector.hpp>
Expand Down

0 comments on commit 8942935

Please sign in to comment.