mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-13 10:03:57 -03:00
AP_OpticalFlow: correct includes for AP_OpticalFlow_MSP
unused ownptr header
This commit is contained in:
parent
a2e0e28263
commit
a115886abd
@ -1,10 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "AP_OpticalFlow.h"
|
||||
#include <AP_HAL/utility/OwnPtr.h>
|
||||
#include "AP_OpticalFlow_config.h"
|
||||
|
||||
#if HAL_MSP_OPTICALFLOW_ENABLED
|
||||
|
||||
#include "AP_OpticalFlow.h"
|
||||
|
||||
class AP_OpticalFlow_MSP : public OpticalFlow_backend
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user