AC_Precland: clean headers

This commit is contained in:
Peter Barker 2019-02-14 17:40:26 +11:00 committed by Peter Barker
parent 7198234a44
commit ff06e34aa7
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,8 @@
#include "AC_PrecLand_SITL_Gazebo.h"
#include "AC_PrecLand_SITL.h"
#include <AP_AHRS/AP_AHRS.h>
extern const AP_HAL::HAL& hal;
const AP_Param::GroupInfo AC_PrecLand::var_info[] = {

View File

@ -6,7 +6,6 @@
#include <stdint.h>
#include "PosVelEKF.h"
#include <AP_HAL/utility/RingBuffer.h>
#include <AP_AHRS/AP_AHRS.h>
// declare backend classes
class AC_PrecLand_Backend;