Browse Source

AP_Airspeed: tidy includes

apm_2208
Peter Barker 3 years ago committed by Andrew Tridgell
parent
commit
9b14760dc9
  1. 2
      libraries/AP_Airspeed/AP_Airspeed.h
  2. 3
      libraries/AP_Airspeed/AP_Airspeed_Backend.h

2
libraries/AP_Airspeed/AP_Airspeed.h

@ -1,7 +1,7 @@ @@ -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>

3
libraries/AP_Airspeed/AP_Airspeed_Backend.h

@ -19,7 +19,8 @@ @@ -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 {

Loading…
Cancel
Save