AP_RCProtocol: Fix multi #include's

This commit is contained in:
Jaaaky 2021-12-16 18:06:15 +03:00 committed by Andrew Tridgell
parent 485227b2c1
commit 91e3441c6d
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@
#include "AP_RCProtocol_FPort.h"
#include <AP_Vehicle/AP_Vehicle_Type.h>
#include <AP_Frsky_Telem/AP_Frsky_Telem.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
#include <RC_Channel/RC_Channel.h>
#include <AP_Math/AP_Math.h>
#include <AP_Math/crc.h>

View File

@ -20,7 +20,6 @@
#include "AP_RCProtocol_FPort2.h"
#include <AP_Vehicle/AP_Vehicle_Type.h>
#include <AP_Frsky_Telem/AP_Frsky_Telem.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
#include <RC_Channel/RC_Channel.h>
#include <AP_Math/AP_Math.h>
#include <AP_Math/crc.h>