mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
GCS_MAVLink: standardize inclusion of libaries headers
Do the missing header changes due to changing the code before the pr getting accepted.
This commit is contained in:
parent
327a3a4298
commit
42fadb1845
@ -12,11 +12,11 @@
|
|||||||
#include "GCS_MAVLink.h"
|
#include "GCS_MAVLink.h"
|
||||||
#include <DataFlash/DataFlash.h>
|
#include <DataFlash/DataFlash.h>
|
||||||
#include <AP_Mission/AP_Mission.h>
|
#include <AP_Mission/AP_Mission.h>
|
||||||
#include "../AP_BattMonitor/AP_BattMonitor.h"
|
#include <AP_BattMonitor/AP_BattMonitor.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "MAVLink_routing.h"
|
#include "MAVLink_routing.h"
|
||||||
#include "../AP_SerialManager/AP_SerialManager.h"
|
#include <AP_SerialManager/AP_SerialManager.h>
|
||||||
#include "../AP_Mount/AP_Mount.h"
|
#include <AP_Mount/AP_Mount.h>
|
||||||
|
|
||||||
// GCS Message ID's
|
// GCS Message ID's
|
||||||
/// NOTE: to ensure we never block on sending MAVLink messages
|
/// NOTE: to ensure we never block on sending MAVLink messages
|
||||||
|
Loading…
Reference in New Issue
Block a user