AP_Advanced_Failsafe: Reduce scope of AP_Baro.h

This commit is contained in:
Michael du Breuil 2019-06-26 19:34:37 -07:00 committed by Peter Barker
parent b624f6f008
commit 9b162563d6
2 changed files with 1 additions and 1 deletions

View File

@ -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;

View File

@ -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>