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:
Lucas De Marchi 2015-08-15 19:54:42 -03:00 committed by Andrew Tridgell
parent 327a3a4298
commit 42fadb1845

View File

@ -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