mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: remove GCS.h from library header files
This commit is contained in:
parent
10028771ea
commit
1ac2791116
|
@ -20,9 +20,6 @@
|
|||
#include "AP_HAL_ChibiOS_Namespace.h"
|
||||
#include "AP_HAL_ChibiOS.h"
|
||||
#include <ch.h>
|
||||
#if !defined(HAL_BOOTLOADER_BUILD)
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#endif
|
||||
|
||||
class ExpandingString;
|
||||
|
||||
|
|
Loading…
Reference in New Issue