mirror of https://github.com/ArduPilot/ardupilot
AP_Advanced_Failsafe: Reduce scope of AP_Baro.h
This commit is contained in:
parent
b624f6f008
commit
9b162563d6
|
@ -25,6 +25,7 @@
|
|||
#include <SRV_Channel/SRV_Channel.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <AP_GPS/AP_GPS.h>
|
||||
#include <AP_Baro/AP_Baro.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <AP_Mission/AP_Mission.h>
|
||||
#include <AP_Baro/AP_Baro.h>
|
||||
#include <AP_RCMapper/AP_RCMapper.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue