AP_CheckFirmware: remove GCS.h from library header files

This commit is contained in:
Peter Barker 2022-11-08 15:23:09 +11:00 committed by Andrew Tridgell
parent 23dd4f54df
commit 0757b46c46
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,9 @@
#include <AP_HAL/AP_HAL_Boards.h> #include <AP_HAL/AP_HAL_Boards.h>
#include <AP_OpenDroneID/AP_OpenDroneID_config.h> #include <AP_OpenDroneID/AP_OpenDroneID_config.h>
#include <AP_HAL/AP_HAL.h> #include <AP_HAL/AP_HAL.h>
#ifndef HAL_BOOTLOADER_BUILD #include <GCS_MAVLink/GCS_config.h>
#include <GCS_MAVLink/GCS.h> #if HAL_GCS_ENABLED
#include <GCS_MAVLink/GCS_MAVLink.h>
#endif #endif
#ifndef AP_CHECK_FIRMWARE_ENABLED #ifndef AP_CHECK_FIRMWARE_ENABLED