Browse Source

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

The interface provided by each vehicle should be used to get the
version.
mission-4.1.18
Lucas De Marchi 8 years ago
parent
commit
27be369be7
  1. 1
      APMrover2/GCS_Mavlink.cpp
  2. 1
      APMrover2/Log.cpp
  3. 1
      APMrover2/system.cpp

1
APMrover2/GCS_Mavlink.cpp

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

1
APMrover2/Log.cpp

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

1
APMrover2/system.cpp

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

Loading…
Cancel
Save