AP_Landing: Directly include needed headers

This commit is contained in:
Michael du Breuil 2019-08-27 13:06:50 -07:00 committed by Peter Barker
parent ca0dad9a7f
commit 17cec7cf2b
3 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "AP_Landing.h"
#include <GCS_MAVLink/GCS.h>
#include <AP_AHRS/AP_AHRS.h>
// table of user settable parameters
const AP_Param::GroupInfo AP_Landing::var_info[] = {

View File

@ -22,6 +22,7 @@
#include <AP_HAL/AP_HAL.h>
#include <SRV_Channel/SRV_Channel.h>
#include <AP_Common/Location.h>
#include <AP_AHRS/AP_AHRS.h>
// table of user settable parameters for deepstall
const AP_Param::GroupInfo AP_Landing_Deepstall::var_info[] = {

View File

@ -21,6 +21,7 @@
#include <GCS_MAVLink/GCS.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_LandingGear/AP_LandingGear.h>
#include <AP_AHRS/AP_AHRS.h>
#include <AP_GPS/AP_GPS.h>
void AP_Landing::type_slope_do_land(const AP_Mission::Mission_Command& cmd, const float relative_altitude)