mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_AHRS: standardize inclusion of libaries headers
Do the missing header changes due to changing the code before the pr getting accepted.
This commit is contained in:
parent
85ab1c3444
commit
b43bddc0af
@ -31,7 +31,7 @@
|
||||
#include <AP_Baro/AP_Baro.h>
|
||||
#include <AP_Param/AP_Param.h>
|
||||
|
||||
#include "../AP_OpticalFlow/AP_OpticalFlow.h"
|
||||
#include <AP_OpticalFlow/AP_OpticalFlow.h>
|
||||
|
||||
// Copter defaults to EKF on by default, all others off
|
||||
#if APM_BUILD_TYPE(APM_BUILD_ArduCopter)
|
||||
|
Loading…
Reference in New Issue
Block a user