ArduCopter: include cleanups

This commit is contained in:
Peter Barker 2022-02-25 16:06:31 +11:00 committed by Andrew Tridgell
parent 7638cbf001
commit bfb8e7df81
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@
#include <StorageManager/StorageManager.h> // library for Management for hal.storage to allow for backwards compatible mapping of storage offsets to available storage #include <StorageManager/StorageManager.h> // library for Management for hal.storage to allow for backwards compatible mapping of storage offsets to available storage
// Application dependencies // Application dependencies
#include <GCS_MAVLink/GCS.h> // Library for Interface definition for the various Ground Control System
#include <AP_Logger/AP_Logger.h> // ArduPilot Mega Flash Memory Library #include <AP_Logger/AP_Logger.h> // ArduPilot Mega Flash Memory Library
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library #include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
#include <AP_AccelCal/AP_AccelCal.h> // interface and maths for accelerometer calibration #include <AP_AccelCal/AP_AccelCal.h> // interface and maths for accelerometer calibration