From 42fadb18452446d15424f216ce5a4ab77f5b2eef Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Sat, 15 Aug 2015 19:54:42 -0300 Subject: [PATCH] GCS_MAVLink: standardize inclusion of libaries headers Do the missing header changes due to changing the code before the pr getting accepted. --- libraries/GCS_MAVLink/GCS.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/GCS_MAVLink/GCS.h b/libraries/GCS_MAVLink/GCS.h index d313c0d70b..c74ae09d32 100644 --- a/libraries/GCS_MAVLink/GCS.h +++ b/libraries/GCS_MAVLink/GCS.h @@ -12,11 +12,11 @@ #include "GCS_MAVLink.h" #include #include -#include "../AP_BattMonitor/AP_BattMonitor.h" +#include #include #include "MAVLink_routing.h" -#include "../AP_SerialManager/AP_SerialManager.h" -#include "../AP_Mount/AP_Mount.h" +#include +#include // GCS Message ID's /// NOTE: to ensure we never block on sending MAVLink messages