Copter: remove duplicate include

This commit is contained in:
Andy Piper 2020-09-22 18:02:22 +01:00 committed by Tom Pittenger
parent d16872cca5
commit e22f7ed353
1 changed files with 0 additions and 3 deletions

View File

@ -113,9 +113,6 @@
# include <AC_PrecLand/AC_PrecLand.h> # include <AC_PrecLand/AC_PrecLand.h>
# include <AP_IRLock/AP_IRLock.h> # include <AP_IRLock/AP_IRLock.h>
#endif #endif
#if HAL_ADSB_ENABLED
# include <AP_ADSB/AP_ADSB.h>
#endif
#if MODE_FOLLOW_ENABLED == ENABLED #if MODE_FOLLOW_ENABLED == ENABLED
# include <AP_Follow/AP_Follow.h> # include <AP_Follow/AP_Follow.h>
#endif #endif