AP_InertialSensor: Fix multi #include's

This commit is contained in:
Jaaaky 2021-12-16 18:06:15 +03:00 committed by Andrew Tridgell
parent 08d44815f6
commit bbb38504d6
1 changed files with 0 additions and 1 deletions

View File

@ -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>