AP_HAL_ChibiOS: 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 10028771ea
commit 1ac2791116
1 changed files with 0 additions and 3 deletions

View File

@ -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;