mirror of https://github.com/ArduPilot/ardupilot
AP_CheckFirmware: remove GCS.h from library header files
This commit is contained in:
parent
23dd4f54df
commit
0757b46c46
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue