AP_ADSB: remove extra include

This commit is contained in:
Tom Pittenger 2016-06-15 15:35:07 -07:00
parent 9b973fb899
commit 746e2211e9
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@
#include <AP_HAL/AP_HAL.h>
#include "AP_ADSB.h"
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <GCS_MAVLINK/GCS.h>
extern const AP_HAL::HAL& hal;