AP_Parachute: remove unnecessary board include from examples

This commit is contained in:
Caio Marcelo de Oliveira Filho 2015-10-20 13:13:59 -02:00 committed by Andrew Tridgell
parent 417651b1dc
commit 5ad8077016

View File

@ -8,7 +8,6 @@
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
#include <AP_Param/AP_Param.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_HAL_AVR/AP_HAL_AVR.h>
#include <RC_Channel/RC_Channel.h>
#include <AP_Relay/AP_Relay.h>
#include <AP_Parachute/AP_Parachute.h>