AP_Module: removed ADC.h include

This commit is contained in:
Andrew Tridgell 2018-08-01 19:52:54 +10:00 committed by Randy Mackay
parent aff6ae2d9e
commit 985912fff7

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>