mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -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
b6d69d9767
commit
72391fddbe
@ -12,11 +12,11 @@
|
||||
#include "GCS_MAVLink.h"
|
||||
#include <DataFlash/DataFlash.h>
|
||||
#include <AP_Mission/AP_Mission.h>
|
||||
#include "../AP_BattMonitor/AP_BattMonitor.h"
|
||||
#include <AP_BattMonitor/AP_BattMonitor.h>
|
||||
#include <stdint.h>
|
||||
#include "MAVLink_routing.h"
|
||||
#include "../AP_SerialManager/AP_SerialManager.h"
|
||||
#include "../AP_Mount/AP_Mount.h"
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
#include <AP_Mount/AP_Mount.h>
|
||||
|
||||
// GCS Message ID's
|
||||
/// NOTE: to ensure we never block on sending MAVLink messages
|
||||
|
Loading…
Reference in New Issue
Block a user