AP_LandingGear: remove unneeded relay include

This commit is contained in:
Iampete1 2023-12-08 04:27:06 +00:00 committed by Peter Barker
parent a45353b17f
commit f26ff3ee5a
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
#if AP_LANDINGGEAR_ENABLED
#include <AP_Relay/AP_Relay.h>
#include <AP_Math/AP_Math.h>
#include <SRV_Channel/SRV_Channel.h>
#include <AP_HAL/AP_HAL.h>