Skip to content

Commit a115886

Browse files
committed
AP_OpticalFlow: correct includes for AP_OpticalFlow_MSP
unused ownptr header
1 parent a2e0e28 commit a115886

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libraries/AP_OpticalFlow/AP_OpticalFlow_MSP.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#pragma once
22

3-
#include "AP_OpticalFlow.h"
4-
#include <AP_HAL/utility/OwnPtr.h>
3+
#include "AP_OpticalFlow_config.h"
54

65
#if HAL_MSP_OPTICALFLOW_ENABLED
76

7+
#include "AP_OpticalFlow.h"
8+
89
class AP_OpticalFlow_MSP : public OpticalFlow_backend
910
{
1011
public:

0 commit comments

Comments
 (0)