AP_Mount: remove unused AP_ADC_AnalogSource

This commit is contained in:
Lucas De Marchi 2015-12-02 13:42:20 -02:00 committed by Andrew Tridgell
parent c9d1456a66
commit f1de9c25fe
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
LIBRARIES += AP_ADC
LIBRARIES += AP_ADC_AnalogSource
LIBRARIES += AP_AHRS
LIBRARIES += AP_Airspeed
LIBRARIES += AP_Baro

View File

@ -11,7 +11,6 @@
#include <AP_Declination/AP_Declination.h>
#include <AP_Airspeed/AP_Airspeed.h>
#include <AP_ADC/AP_ADC.h>
#include <AP_ADC_AnalogSource/AP_ADC_AnalogSource.h>
#include <AP_Baro/AP_Baro.h>
#include <AP_Buffer/AP_Buffer.h>
#include <Filter/Filter.h>