AP_Motors: remove transitive include dependencies

This commit is contained in:
Peter Barker 2022-07-18 10:51:11 +10:00 committed by Andrew Tridgell
parent e570737154
commit c00d712adc
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include "AP_MotorsMulticopter.h"
#include <AP_HAL/AP_HAL.h>
#include <AP_BattMonitor/AP_BattMonitor.h>
#include <SRV_Channel/SRV_Channel.h>
#include <AP_Logger/AP_Logger.h>
extern const AP_HAL::HAL& hal;