GCS_MAVLink: adjust for renaming of RangeFinder files

This commit is contained in:
Peter Barker 2019-11-11 13:48:31 +11:00 committed by Randy Mackay
parent 0e6f3afe51
commit ac7111f1d1

View File

@ -24,7 +24,7 @@
#include <AP_Logger/AP_Logger.h>
#include <AP_OpticalFlow/AP_OpticalFlow.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <AP_RangeFinder/RangeFinder_Backend.h>
#include <AP_RangeFinder/AP_RangeFinder_Backend.h>
#include <AP_Airspeed/AP_Airspeed.h>
#include <AP_Camera/AP_Camera.h>
#include <AP_Gripper/AP_Gripper.h>