AP_ADSB: break circular dependency with Avoidance

This commit is contained in:
Peter Barker 2016-07-22 09:49:41 +10:00 committed by Randy Mackay
parent aae84b3edc
commit 4639d12f0e
2 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,7 @@
#include <stdio.h> // for sprintf
#include <limits.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h>
#define VEHICLE_THREAT_RADIUS_M 1000
#define VEHICLE_TIMEOUT_MS 5000 // if no updates in this time, drop it from the list

View File

@ -24,7 +24,6 @@
#include <AP_Common/AP_Common.h>
#include <AP_Param/AP_Param.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_Common/Location.h>
class AP_ADSB