diff --git a/planning/autoware_behavior_velocity_virtual_traffic_light_module/src/scene.hpp b/planning/autoware_behavior_velocity_virtual_traffic_light_module/src/scene.hpp index 7fd92452b91c0..5e3922695ab29 100644 --- a/planning/autoware_behavior_velocity_virtual_traffic_light_module/src/scene.hpp +++ b/planning/autoware_behavior_velocity_virtual_traffic_light_module/src/scene.hpp @@ -33,10 +33,9 @@ namespace autoware::behavior_velocity_planner { using ::behavior_velocity_planner::PathWithLaneId; -using ::behavior_velocity_planner::StopReason; using ::behavior_velocity_planner::Pose; -using ::behavior_velocity_planner::StopReason; using ::behavior_velocity_planner::SceneModuleInterface; +using ::behavior_velocity_planner::StopReason; class VirtualTrafficLightModule : public SceneModuleInterface { public: