AP_AccelCal: remove unneccesary includes of AP_Vehicle_Type.h

This commit is contained in:
Peter Barker 2022-10-28 11:26:46 +11:00 committed by Andrew Tridgell
parent 235fb52113
commit 1e311994b6

View File

@ -13,7 +13,6 @@
#include <GCS_MAVLink/GCS_MAVLink.h> #include <GCS_MAVLink/GCS_MAVLink.h>
#include "AccelCalibrator.h" #include "AccelCalibrator.h"
#include "AP_Vehicle/AP_Vehicle_Type.h"
#define AP_ACCELCAL_MAX_NUM_CLIENTS 4 #define AP_ACCELCAL_MAX_NUM_CLIENTS 4
class GCS_MAVLINK; class GCS_MAVLINK;