mirror of https://github.com/ArduPilot/ardupilot
AP_InertialSensor: Fix multi #include's
This commit is contained in:
parent
08d44815f6
commit
bbb38504d6
|
@ -39,7 +39,6 @@
|
|||
#include <stdint.h>
|
||||
|
||||
#include <AP_AccelCal/AP_AccelCal.h>
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_HAL/utility/RingBuffer.h>
|
||||
#include <AP_Math/AP_Math.h>
|
||||
#include <AP_ExternalAHRS/AP_ExternalAHRS.h>
|
||||
|
|
Loading…
Reference in New Issue