AP_CheckFirmware: remove GCS.h from header files

This commit is contained in:
Peter Barker 2022-11-11 10:31:41 +11:00 committed by Andrew Tridgell
parent 6f3305a405
commit 006fb6f60b
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,11 @@
#if AP_CHECK_FIRMWARE_ENABLED && AP_SIGNED_FIRMWARE && !defined(HAL_BOOTLOADER_BUILD) #if AP_CHECK_FIRMWARE_ENABLED && AP_SIGNED_FIRMWARE && !defined(HAL_BOOTLOADER_BUILD)
#include "monocypher.h" #include "monocypher.h"
#include <AP_Math/crc.h> #include <AP_Math/AP_Math.h>
#if HAL_GCS_ENABLED
#include <GCS_MAVLink/GCS.h>
#endif
extern const AP_HAL::HAL &hal; extern const AP_HAL::HAL &hal;