SRV_Channel: remove unused RCMAP includes

This commit is contained in:
Peter Barker 2019-12-27 14:29:34 +11:00 committed by Peter Barker
parent b0e5bfc32d
commit aa356b563d
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@
#include <AP_Common/AP_Common.h>
#include <AP_Param/AP_Param.h>
#include <AP_RCMapper/AP_RCMapper.h>
#include <AP_Common/Bitmask.h>
#include <AP_Volz_Protocol/AP_Volz_Protocol.h>
#include <AP_RobotisServo/AP_RobotisServo.h>

View File

@ -20,7 +20,6 @@
#include <AP_Math/AP_Math.h>
#include <AP_HAL/AP_HAL.h>
#include <RC_Channel/RC_Channel.h>
#include <AP_RCMapper/AP_RCMapper.h>
extern const AP_HAL::HAL& hal;