mirror of https://github.com/ArduPilot/ardupilot
AP_InertialNav: Remove unneeded AP_Buffer include
This commit is contained in:
parent
85f3280705
commit
c7250f0c43
|
@ -3,7 +3,6 @@
|
|||
#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_Buffer/AP_Buffer.h> // FIFO buffer library
|
||||
#include <AP_NavEKF/AP_Nav_Common.h> // definitions shared by inertial and ekf nav filters
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue