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:
Lucas De Marchi 2015-08-15 19:48:15 -03:00 committed by Randy Mackay
parent 12ae3c5031
commit 8062a5c2f5

View File

@ -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)