mirror of https://github.com/ArduPilot/ardupilot
AP_VideoTX: tidy AP_SerialManager.h includes
This commit is contained in:
parent
6f9a6d2973
commit
96900ea627
|
@ -19,6 +19,7 @@
|
|||
#include <AP_Math/crc.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <AP_HAL/utility/sparse-endian.h>
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
|
||||
#if HAL_SMARTAUDIO_ENABLED
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#if HAL_SMARTAUDIO_ENABLED
|
||||
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
#include <AP_HAL/utility/RingBuffer.h>
|
||||
#include "AP_VideoTX.h"
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#include <AP_Math/crc.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <AP_HAL/utility/sparse-endian.h>
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
|
||||
#if AP_TRAMP_ENABLED
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#if AP_TRAMP_ENABLED
|
||||
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
#include <AP_HAL/utility/RingBuffer.h>
|
||||
#include "AP_VideoTX.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue