mirror of https://github.com/ArduPilot/ardupilot
AP_RangeFinder: remove GCS.h from library header files
This commit is contained in:
parent
aea39a1d18
commit
df8276997a
|
@ -5,6 +5,7 @@
|
|||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_CANManager/AP_CANManager.h>
|
||||
#include <AP_UAVCAN/AP_UAVCAN.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
|
||||
#include <uavcan/equipment/range_sensor/Measurement.hpp>
|
||||
|
||||
|
|
Loading…
Reference in New Issue