mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-25 09:13:57 -04:00
AP_VisualOdom: Remove unused include
This commit is contained in:
parent
49d20d4b4f
commit
dfd81da149
@ -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;
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user