AP_IOMCU: Remove duplicate includes from AP_IOMCU.cpp

This commit is contained in:
Jaaaky 2020-12-14 23:17:04 +02:00 committed by Peter Barker
parent 8b8029fdfe
commit 4ec1c2ea67

View File

@ -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;