AP_VisualOdom: Remove unused include

This commit is contained in:
Michael du Breuil 2019-04-04 03:48:55 -07:00 committed by Peter Barker
parent 49d20d4b4f
commit dfd81da149
2 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,7 @@
#include "AP_VisualOdom.h"
#include "AP_VisualOdom_Backend.h"
#include "AP_VisualOdom_MAV.h"
#include <AP_Logger/AP_Logger.h>
extern const AP_HAL::HAL &hal;

View File

@ -18,7 +18,6 @@
#include <AP_HAL/AP_HAL.h>
#include <AP_Param/AP_Param.h>
#include <AP_Math/AP_Math.h>
#include <AP_SerialManager/AP_SerialManager.h>
#include <GCS_MAVLink/GCS.h>
class AP_VisualOdom_Backend;