mirror of https://github.com/ArduPilot/ardupilot
AP_Arming: tidy includes
This commit is contained in:
parent
ab4b508311
commit
410a4ccaff
|
@ -3,7 +3,6 @@
|
||||||
#include <AP_HAL/AP_HAL_Boards.h>
|
#include <AP_HAL/AP_HAL_Boards.h>
|
||||||
#include <AP_HAL/Semaphores.h>
|
#include <AP_HAL/Semaphores.h>
|
||||||
#include <AP_Param/AP_Param.h>
|
#include <AP_Param/AP_Param.h>
|
||||||
#include <GCS_MAVLink/GCS_MAVLink.h>
|
|
||||||
|
|
||||||
class AP_Arming {
|
class AP_Arming {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue