AP_Generator: remove GCS.h from header files

This commit is contained in:
Peter Barker 2022-11-11 08:49:44 +11:00 committed by Andrew Tridgell
parent 4a7e2ae4f3
commit 6f3305a405
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <AP_Logger/AP_Logger.h> #include <AP_Logger/AP_Logger.h>
#include <AP_SerialManager/AP_SerialManager.h> #include <AP_SerialManager/AP_SerialManager.h>
#include <AP_Vehicle/AP_Vehicle.h> #include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_HAL/utility/sparse-endian.h> #include <AP_HAL/utility/sparse-endian.h>