mirror of https://github.com/ArduPilot/ardupilot
AP_Winch: tidy includes of SRV_Channel.h
This commit is contained in:
parent
6cdbc95d9d
commit
a963826ba0
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
#include <AP_Logger/AP_Logger.h>
|
#include <AP_Logger/AP_Logger.h>
|
||||||
#include <GCS_MAVLink/GCS.h>
|
#include <GCS_MAVLink/GCS.h>
|
||||||
|
#include <SRV_Channel/SRV_Channel.h>
|
||||||
|
|
||||||
extern const AP_HAL::HAL& hal;
|
extern const AP_HAL::HAL& hal;
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <AP_Winch/AP_Winch_Backend.h>
|
#include <AP_Winch/AP_Winch_Backend.h>
|
||||||
#include <SRV_Channel/SRV_Channel.h>
|
|
||||||
|
|
||||||
class AP_Winch_Daiwa : public AP_Winch_Backend {
|
class AP_Winch_Daiwa : public AP_Winch_Backend {
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
#include <AP_Logger/AP_Logger.h>
|
#include <AP_Logger/AP_Logger.h>
|
||||||
#include <GCS_MAVLink/GCS.h>
|
#include <GCS_MAVLink/GCS.h>
|
||||||
|
#include <SRV_Channel/SRV_Channel.h>
|
||||||
|
|
||||||
extern const AP_HAL::HAL& hal;
|
extern const AP_HAL::HAL& hal;
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <AP_Winch/AP_Winch_Backend.h>
|
#include <AP_Winch/AP_Winch_Backend.h>
|
||||||
#include <SRV_Channel/SRV_Channel.h>
|
|
||||||
|
|
||||||
class AP_Winch_PWM : public AP_Winch_Backend {
|
class AP_Winch_PWM : public AP_Winch_Backend {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue