diff --git a/ArduCopter/Copter.h b/ArduCopter/Copter.h index 34dce85b76..665ad16d3d 100644 --- a/ArduCopter/Copter.h +++ b/ArduCopter/Copter.h @@ -170,10 +170,6 @@ #include "avoidance_adsb.h" #endif -#if CONFIG_HAL_BOARD == HAL_BOARD_SITL -#include -#endif - #include "mode.h" class Copter : public AP_Vehicle { @@ -305,10 +301,6 @@ private: // Inertial Navigation EKF - different viewpoint AP_AHRS_View *ahrs_view; -#if CONFIG_HAL_BOARD == HAL_BOARD_SITL - SITL::SIM sitl; -#endif - // Arming/Disarming management class AP_Arming_Copter arming;