ArduCopter: 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 27be369be7
commit 4ef5186733
3 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
#include "Copter.h"
#include "version.h"
#include "GCS_Mavlink.h"

View File

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

View File

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