GCS_MAVLink: include cleanups

This commit is contained in:
Peter Barker 2022-11-07 12:24:49 +11:00 committed by Peter Barker
parent 9be030309a
commit 06d90b1a1e
2 changed files with 1 additions and 3 deletions

View File

@ -20,10 +20,7 @@
#include <AP_Filesystem/AP_Filesystem_config.h> #include <AP_Filesystem/AP_Filesystem_config.h>
#include <AP_GPS/AP_GPS.h> #include <AP_GPS/AP_GPS.h>
#include <AP_OpticalFlow/AP_OpticalFlow.h> #include <AP_OpticalFlow/AP_OpticalFlow.h>
#include <AP_OpenDroneID/AP_OpenDroneID.h>
#include <AP_Mount/AP_Mount.h> #include <AP_Mount/AP_Mount.h>
#include <AC_Fence/AC_Fence.h>
#include <AP_Airspeed/AP_Airspeed_config.h>
#include <AP_SerialManager/AP_SerialManager.h> #include <AP_SerialManager/AP_SerialManager.h>
#include "ap_message.h" #include "ap_message.h"

View File

@ -47,6 +47,7 @@
#include <AP_Scripting/AP_Scripting.h> #include <AP_Scripting/AP_Scripting.h>
#include <SRV_Channel/SRV_Channel.h> #include <SRV_Channel/SRV_Channel.h>
#include <AP_Winch/AP_Winch.h> #include <AP_Winch/AP_Winch.h>
#include <AP_OpenDroneID/AP_OpenDroneID.h>
#include <AP_OSD/AP_OSD.h> #include <AP_OSD/AP_OSD.h>
#include <AP_RCTelemetry/AP_CRSF_Telem.h> #include <AP_RCTelemetry/AP_CRSF_Telem.h>
#include <AP_RPM/AP_RPM.h> #include <AP_RPM/AP_RPM.h>