Not used in header, helps fix include loops
@ -30,6 +30,7 @@
#include <AP_Logger/AP_Logger.h>
#include <AP_GPS/AP_GPS.h>
#include <AP_Baro/AP_Baro.h>
#include <AP_AHRS/AP_AHRS.h>
#define VEHICLE_TIMEOUT_MS 5000 // if no updates in this time, drop it from the list
@ -25,7 +25,6 @@
#include <AP_Param/AP_Param.h>
#include <AP_Common/Location.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <AP_Buffer/AP_Buffer.h>