AP_Airspeed: tidy includes

This commit is contained in:
Peter Barker 2022-03-01 12:19:07 +11:00 committed by Andrew Tridgell
parent 34a7503c1e
commit 9b14760dc9
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#pragma once
#include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_HAL/AP_HAL_Boards.h>
#include <AP_Param/AP_Param.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <AP_Math/AP_Math.h>

View File

@ -19,7 +19,8 @@
*/
#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_Airspeed.h"
class AP_Airspeed_Backend {