AP_AHRS: Remove unused ADC include

This commit is contained in:
Michael du Breuil 2018-07-09 22:31:29 -07:00 committed by Andrew Tridgell
parent 08ef60d436
commit 65df5c3ff6

View File

@ -2,7 +2,6 @@
// Simple test for the AP_AHRS interface
//
#include <AP_ADC/AP_ADC.h>
#include <AP_AHRS/AP_AHRS.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_BoardConfig/AP_BoardConfig.h>