Browse Source

AP_ToshibaCAN: Fix multi #include's

gps-1.3.1
Jaaaky 3 years ago committed by Andrew Tridgell
parent
commit
37a08507df
  1. 1
      libraries/AP_ToshibaCAN/AP_ToshibaCAN.cpp

1
libraries/AP_ToshibaCAN/AP_ToshibaCAN.cpp

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
#include <AP_CANManager/AP_CANManager.h>
#include <AP_Common/AP_Common.h>
#include <AP_Scheduler/AP_Scheduler.h>
#include <AP_HAL/utility/sparse-endian.h>
#include <SRV_Channel/SRV_Channel.h>
#include <GCS_MAVLink/GCS.h>
#include "AP_ToshibaCAN.h"

Loading…
Cancel
Save