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
12ae3c5031
commit
8062a5c2f5
@ -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