mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
GCS_MAVLink: include cleanups
This commit is contained in:
parent
9be030309a
commit
06d90b1a1e
@ -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"
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user