AP_VisualOdom: Remove uneeded include

This commit is contained in:
Michael du Breuil 2019-06-26 19:36:23 -07:00 committed by Peter Barker
parent 7a03b8faac
commit 1a7502b413
1 changed files with 0 additions and 1 deletions

View File

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