AP_ADSB: break circular dependency with Avoidance
This commit is contained in:
parent
aae84b3edc
commit
4639d12f0e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user