mirror of https://github.com/ArduPilot/ardupilot
AP_InertialNav: Remove undeeded includes
This commit is contained in:
parent
9b162563d6
commit
7a03b8faac
|
@ -1,8 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#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
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue