From e22f7ed3533de71951bcff9f55a8b2760aa8dd2d Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Tue, 22 Sep 2020 18:02:22 +0100 Subject: [PATCH] Copter: remove duplicate include --- ArduCopter/Copter.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ArduCopter/Copter.h b/ArduCopter/Copter.h index 785f1c500d..785a1c17cf 100644 --- a/ArduCopter/Copter.h +++ b/ArduCopter/Copter.h @@ -113,9 +113,6 @@ # include # include #endif -#if HAL_ADSB_ENABLED - # include -#endif #if MODE_FOLLOW_ENABLED == ENABLED # include #endif