mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Copter: remove unused AP_IRLock include
This header is included as required by the AC_PrecLand library - it is now responsible for actually instantiating the AP_IRLock instance if required, so Copter doesn't need to know anything about AP_IRLock.
This commit is contained in:
parent
1fe1e53260
commit
fa9ac072ec
@ -113,7 +113,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#if PRECISION_LANDING == ENABLED
|
#if PRECISION_LANDING == ENABLED
|
||||||
# include <AC_PrecLand/AC_PrecLand.h>
|
# include <AC_PrecLand/AC_PrecLand.h>
|
||||||
# include <AP_IRLock/AP_IRLock.h>
|
|
||||||
#endif
|
#endif
|
||||||
#if MODE_FOLLOW_ENABLED == ENABLED
|
#if MODE_FOLLOW_ENABLED == ENABLED
|
||||||
# include <AP_Follow/AP_Follow.h>
|
# include <AP_Follow/AP_Follow.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user