AP_InertialNav: Remove undeeded includes

This commit is contained in:
Michael du Breuil 2019-06-26 19:35:31 -07:00 committed by Peter Barker
parent 9b162563d6
commit 7a03b8faac
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
#pragma once #pragma once
#include <AP_AHRS/AP_AHRS.h> #include <AP_AHRS/AP_AHRS.h>
#include <AP_InertialSensor/AP_InertialSensor.h> // ArduPilot Mega IMU Library
#include <AP_Baro/AP_Baro.h> // ArduPilot Mega Barometer 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
/* /*