AP_RangeFinder: tidy includes

This commit is contained in:
Peter Barker 2022-03-01 12:19:18 +11:00 committed by Andrew Tridgell
parent 6fafd04b2f
commit 50fc43b2d2
2 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,8 @@
#pragma once
#include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_HAL/AP_HAL_Boards.h>
#include <AP_HAL/Semaphores.h>
#include <AP_Param/AP_Param.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <AP_MSP/msp.h>

View File

@ -15,7 +15,8 @@
#pragma once
#include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_HAL/AP_HAL_Boards.h>
#include <AP_HAL/Semaphores.h>
#include "AP_RangeFinder.h"
class AP_RangeFinder_Backend