Copter: GCS.h include fix

This commit is contained in:
Randy Mackay 2014-01-16 16:35:43 +09:00 committed by Andrew Tridgell
parent eddb593ee2
commit 49367c5a30

View File

@ -94,6 +94,7 @@
#include <AP_HAL_Empty.h>
// Application dependencies
#include <GCS.h>
#include <GCS_MAVLink.h> // MAVLink GCS definitions
#include <AP_GPS.h> // ArduPilot GPS library
#include <AP_GPS_Glitch.h> // GPS glitch protection library
@ -151,7 +152,6 @@ static AP_Vehicle::MultiCopter aparm;
// Local modules
#include "Parameters.h"
#include "GCS.h"
////////////////////////////////////////////////////////////////////////////////
// cliSerial