mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-18 22:03:56 -04:00
AP_Airspeed: Remove a number of unneeded top level includes
This commit is contained in:
parent
a6623bfad3
commit
e43605cc9b
libraries/AP_Airspeed
@ -4,7 +4,7 @@
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <GCS_MAVLink/GCS_MAVLink.h>
|
||||
#include <AP_Baro/AP_Baro.h>
|
||||
#include <AP_Math/AP_Math.h>
|
||||
|
||||
class AP_Airspeed_Backend;
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
*/
|
||||
#include "AP_Airspeed_SDP3X.h"
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <AP_Baro/AP_Baro.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_Math/AP_Math.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <AP_Baro/AP_Baro.h>
|
||||
|
||||
#include "AP_Airspeed.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user