mirror of https://github.com/ArduPilot/ardupilot
AP_VisualOdom: Fix multi #include's
This commit is contained in:
parent
3008a480d5
commit
e991bff0d5
|
@ -24,7 +24,6 @@
|
|||
#if HAL_VISUALODOM_ENABLED
|
||||
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <AP_Math/AP_Math.h>
|
||||
|
|
Loading…
Reference in New Issue