diff --git a/Tests/UnitTests/Core/Navigation/IndexedSurfacesNavigationTests.cpp b/Tests/UnitTests/Core/Navigation/IndexedSurfacesNavigationTests.cpp index ceda16a15e4..d9ec6fec3d9 100644 --- a/Tests/UnitTests/Core/Navigation/IndexedSurfacesNavigationTests.cpp +++ b/Tests/UnitTests/Core/Navigation/IndexedSurfacesNavigationTests.cpp @@ -36,9 +36,6 @@ #include "Acts/Visualization/ObjVisualization3D.hpp" #include "ActsExamples/Geant4Detector/Geant4Detector.hpp" #include "ActsExamples/MuonSpectrometerMockupDetector/MockupSectorBuilder.hpp" -#include "actsvg/display/geometry.hpp" -#include "actsvg/proto/cluster.hpp" -#include "actsvg/proto/surface.hpp" #include #include @@ -48,14 +45,6 @@ using namespace Acts; using namespace ActsExamples; using namespace Acts::Experimental; -struct StrawSelector { - /// Call operator - /// @param sf The input surface to be checked - bool operator()(const Surface& sf) const { - return (sf.type() == Surface::Straw); - } -}; - // A test context Acts::GeometryContext tgContext; Acts::MagneticFieldContext mfContext;