AP_BLHeli: remove transitive include dependencies

This commit is contained in:
Peter Barker 2022-07-18 10:55:33 +10:00 committed by Andrew Tridgell
parent 44cc3de7a6
commit 39ab6b727c
1 changed files with 1 additions and 1 deletions

View File

@ -39,9 +39,9 @@
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_SerialManager/AP_SerialManager.h>
#include <AP_Logger/AP_Logger.h>
#include <AP_BoardConfig/AP_BoardConfig.h>
#include <AP_ESC_Telem/AP_ESC_Telem.h>
#include <SRV_Channel/SRV_Channel.h>
extern const AP_HAL::HAL& hal;