AP_Vehicle: remove GCS.h from library header files

This commit is contained in:
Peter Barker 2022-11-08 15:23:10 +11:00 committed by Andrew Tridgell
parent df8276997a
commit a623c93370

View File

@ -12,6 +12,7 @@
#include <AP_Motors/AP_Motors.h>
#include <AR_Motors/AP_MotorsUGV.h>
#include <AP_CheckFirmware/AP_CheckFirmware.h>
#include <GCS_MAVLink/GCS.h>
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
#include <AP_HAL_ChibiOS/sdcard.h>
#include <AP_HAL_ChibiOS/hwdef/common/stm32_util.h>