From c007720fb772ecb50e8ac8f0589cdb56d8e386e8 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Sat, 15 Aug 2015 19:52:11 -0300 Subject: [PATCH] AP_HAL_InertialNav: standardize inclusion of libaries headers Do the missing header changes due to changing the code before the pr getting accepted. --- libraries/AP_InertialNav/AP_InertialNav.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_InertialNav/AP_InertialNav.h b/libraries/AP_InertialNav/AP_InertialNav.h index 61a9d86536..12eea2dc01 100644 --- a/libraries/AP_InertialNav/AP_InertialNav.h +++ b/libraries/AP_InertialNav/AP_InertialNav.h @@ -7,7 +7,7 @@ #include // ArduPilot Mega IMU Library #include // ArduPilot Mega Barometer Library #include // FIFO buffer library -#include "../AP_NavEKF/AP_Nav_Common.h" // definitions shared by inertial and ekf nav filters +#include // definitions shared by inertial and ekf nav filters /* * AP_InertialNav blends accelerometer data with gps and barometer data to improve altitude and position hold.