Browse Source

AP_NavEKF3: Reduce scope of AP_Baro.h

mission-4.1.18
Michael du Breuil 6 years ago committed by Peter Barker
parent
commit
b624f6f008
  1. 1
      libraries/AP_NavEKF3/AP_NavEKF3.h
  2. 1
      libraries/AP_NavEKF3/AP_NavEKF3_Measurements.cpp
  3. 1
      libraries/AP_NavEKF3/AP_NavEKF3_PosVelFusion.cpp

1
libraries/AP_NavEKF3/AP_NavEKF3.h

@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
#include <AP_Param/AP_Param.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <AP_NavEKF/AP_Nav_Common.h>
#include <AP_Baro/AP_Baro.h>
#include <AP_Airspeed/AP_Airspeed.h>
#include <AP_Compass/AP_Compass.h>
#include <AP_RangeFinder/AP_RangeFinder.h>

1
libraries/AP_NavEKF3/AP_NavEKF3_Measurements.cpp

@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
#include <GCS_MAVLink/GCS.h>
#include <AP_RangeFinder/RangeFinder_Backend.h>
#include <AP_GPS/AP_GPS.h>
#include <AP_Baro/AP_Baro.h>
extern const AP_HAL::HAL& hal;

1
libraries/AP_NavEKF3/AP_NavEKF3_PosVelFusion.cpp

@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
#include <GCS_MAVLink/GCS.h>
#include <AP_RangeFinder/RangeFinder_Backend.h>
#include <AP_GPS/AP_GPS.h>
#include <AP_Baro/AP_Baro.h>
extern const AP_HAL::HAL& hal;

Loading…
Cancel
Save