mirror of https://github.com/ArduPilot/ardupilot
AP_OSD: Fix multi #include's
This commit is contained in:
parent
bbb38504d6
commit
da3b064a31
|
@ -21,7 +21,6 @@
|
|||
#include <AP_Math/AP_Math.h>
|
||||
#include <AP_ESC_Telem/AP_ESC_Telem.h>
|
||||
#include <RC_Channel/RC_Channel.h>
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <AP_OLC/AP_OLC.h>
|
||||
#include <AP_MSP/msp.h>
|
||||
|
|
Loading…
Reference in New Issue