Browse Source

AP_VisualOdom: Remove unused include

mission-4.1.18
Michael du Breuil 6 years ago committed by Peter Barker
parent
commit
dfd81da149
  1. 1
      libraries/AP_VisualOdom/AP_VisualOdom.cpp
  2. 1
      libraries/AP_VisualOdom/AP_VisualOdom.h

1
libraries/AP_VisualOdom/AP_VisualOdom.cpp

@ -16,6 +16,7 @@ @@ -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;

1
libraries/AP_VisualOdom/AP_VisualOdom.h

@ -18,7 +18,6 @@ @@ -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;

Loading…
Cancel
Save