ArduPlane: do not include version.h/ap_version.h

The interface provided by each vehicle should be used to get the
version.
This commit is contained in:
Lucas De Marchi 2017-09-12 11:28:43 -07:00
parent 4ef5186733
commit 36c80daa86
3 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
#include "GCS_Mavlink.h"
#include "Plane.h"
#include "version.h"
void Plane::send_heartbeat(mavlink_channel_t chan)
{

View File

@ -1,5 +1,4 @@
#include "Plane.h"
#include "version.h"
#if LOGGING_ENABLED == ENABLED

View File

@ -1,5 +1,4 @@
#include "Plane.h"
#include "version.h"
/*****************************************************************************
* The init_ardupilot function processes everything we need for an in - air restart