mirror of https://github.com/ArduPilot/ardupilot
SRV_Channel: Fix multi #include's
This commit is contained in:
parent
71154105e4
commit
db8d08b349
|
@ -20,7 +20,6 @@
|
||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
#include <AP_Math/AP_Math.h>
|
#include <AP_Math/AP_Math.h>
|
||||||
#include <AP_Vehicle/AP_Vehicle.h>
|
#include <AP_Vehicle/AP_Vehicle.h>
|
||||||
#include <AP_Math/AP_Math.h>
|
|
||||||
#include "SRV_Channel.h"
|
#include "SRV_Channel.h"
|
||||||
|
|
||||||
extern const AP_HAL::HAL& hal;
|
extern const AP_HAL::HAL& hal;
|
||||||
|
|
Loading…
Reference in New Issue