mirror of https://github.com/ArduPilot/ardupilot
AC_Precland: clean headers
This commit is contained in:
parent
7198234a44
commit
ff06e34aa7
|
@ -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[] = {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue