From 4ec1c2ea67baf5fa92f0f2c990ab1479a284405d Mon Sep 17 00:00:00 2001 From: Jaaaky <43599380+Jaaaky@users.noreply.github.com> Date: Mon, 14 Dec 2020 23:17:04 +0200 Subject: [PATCH] AP_IOMCU: Remove duplicate includes from AP_IOMCU.cpp --- libraries/AP_IOMCU/AP_IOMCU.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/AP_IOMCU/AP_IOMCU.cpp b/libraries/AP_IOMCU/AP_IOMCU.cpp index a32268131a..4780afd777 100644 --- a/libraries/AP_IOMCU/AP_IOMCU.cpp +++ b/libraries/AP_IOMCU/AP_IOMCU.cpp @@ -13,13 +13,11 @@ #include #include #include -#include #include #include #include #include #include -#include extern const AP_HAL::HAL &hal;