AP_HAL_InertialNav: 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:52:11 -03:00 committed by Randy Mackay
parent 197cedca00
commit 319220c6ba
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#include <AP_InertialSensor/AP_InertialSensor.h> // ArduPilot Mega IMU Library
#include <AP_Baro/AP_Baro.h> // ArduPilot Mega Barometer Library
#include <AP_Buffer/AP_Buffer.h> // FIFO buffer library
#include "../AP_NavEKF/AP_Nav_Common.h" // definitions shared by inertial and ekf nav filters
#include <AP_NavEKF/AP_Nav_Common.h> // definitions shared by inertial and ekf nav filters
/*
* AP_InertialNav blends accelerometer data with gps and barometer data to improve altitude and position hold.