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 Andrew Tridgell
parent 85ab1c3444
commit b43bddc0af

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)