mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AP_IOMCU: Remove duplicate includes from AP_IOMCU.cpp
This commit is contained in:
parent
8b8029fdfe
commit
4ec1c2ea67
@ -13,13 +13,11 @@
|
||||
#include <AP_Math/crc.h>
|
||||
#include <AP_BoardConfig/AP_BoardConfig.h>
|
||||
#include <AP_ROMFS/AP_ROMFS.h>
|
||||
#include <AP_Math/crc.h>
|
||||
#include <SRV_Channel/SRV_Channel.h>
|
||||
#include <RC_Channel/RC_Channel.h>
|
||||
#include <AP_RCProtocol/AP_RCProtocol.h>
|
||||
#include <AP_InternalError/AP_InternalError.h>
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include <AP_RCProtocol/AP_RCProtocol.h>
|
||||
|
||||
extern const AP_HAL::HAL &hal;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user