diff --git a/src/autorouter/compare_detours.rs b/src/autorouter/compare_detours.rs index 6a410a6..699ae26 100644 --- a/src/autorouter/compare_detours.rs +++ b/src/autorouter/compare_detours.rs @@ -24,7 +24,6 @@ use crate::{ use super::{ autoroute::{AutorouteContinueStatus, AutorouteExecutionStepper}, invoker::{GetGhosts, GetMaybeNavcord, GetMaybeNavmesh, GetNavmeshDebugTexts, GetObstacles}, - remove_bands::RemoveBandsExecutionStepper, Autorouter, AutorouterError, AutorouterOptions, }; diff --git a/src/autorouter/measure_length.rs b/src/autorouter/measure_length.rs index 59cced3..16894cb 100644 --- a/src/autorouter/measure_length.rs +++ b/src/autorouter/measure_length.rs @@ -19,7 +19,6 @@ use crate::{ use super::{ invoker::{GetGhosts, GetMaybeNavcord, GetMaybeNavmesh, GetNavmeshDebugTexts, GetObstacles}, - remove_bands::RemoveBandsExecutionStepper, selection::BandSelection, Autorouter, AutorouterError, };