5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-02-24 00:33:56 -04:00

AC_AutoTune: 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 40c420e2dc
commit 771878be0e

View File

@ -20,6 +20,7 @@
#include "AC_AutoTune.h"
#include <AP_Math/chirp.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_Scheduler/AP_Scheduler.h>