mirror of https://github.com/ArduPilot/ardupilot
AP_AccelCal: remove unneccesary includes of AP_Vehicle_Type.h
This commit is contained in:
parent
235fb52113
commit
1e311994b6
|
@ -13,7 +13,6 @@
|
|||
|
||||
#include <GCS_MAVLink/GCS_MAVLink.h>
|
||||
#include "AccelCalibrator.h"
|
||||
#include "AP_Vehicle/AP_Vehicle_Type.h"
|
||||
|
||||
#define AP_ACCELCAL_MAX_NUM_CLIENTS 4
|
||||
class GCS_MAVLINK;
|
||||
|
|
Loading…
Reference in New Issue