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

View File

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

View File

@ -1,5 +1,4 @@
#include "Rover.h" #include "Rover.h"
#include "version.h"
#include <AP_RangeFinder/RangeFinder_Backend.h> #include <AP_RangeFinder/RangeFinder_Backend.h>

View File

@ -6,7 +6,6 @@ The init_ardupilot function processes everything we need for an in - air restart
*****************************************************************************/ *****************************************************************************/
#include "Rover.h" #include "Rover.h"
#include "version.h"
static void mavlink_delay_cb_static() static void mavlink_delay_cb_static()
{ {