Browse Source

AP_RCProtocol: Fix multi #include's

gps-1.3.1
Jaaaky 3 years ago committed by Andrew Tridgell
parent
commit
91e3441c6d
  1. 1
      libraries/AP_RCProtocol/AP_RCProtocol_FPort.cpp
  2. 1
      libraries/AP_RCProtocol/AP_RCProtocol_FPort2.cpp

1
libraries/AP_RCProtocol/AP_RCProtocol_FPort.cpp

@ -20,7 +20,6 @@ @@ -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>

1
libraries/AP_RCProtocol/AP_RCProtocol_FPort2.cpp

@ -20,7 +20,6 @@ @@ -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>

Loading…
Cancel
Save