AP_Module: Remove unused ADC include

This commit is contained in:
Michael du Breuil 2018-07-09 22:30:35 -07:00 committed by Andrew Tridgell
parent 1efad07a84
commit dddb1e6a58
1 changed files with 0 additions and 1 deletions

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_Module/AP_Module.h>