From 2b5417046b9a5917838f64a91b10a3f96f8bb5d3 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 2 Dec 2015 13:42:19 -0200 Subject: [PATCH] AP_GPS: remove unused AP_ADC_AnalogSource --- libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.cpp | 1 - libraries/AP_GPS/examples/GPS_AUTO_test/make.inc | 1 - .../examples/GPS_UBLOX_passthrough/GPS_UBLOX_passthrough.cpp | 1 - libraries/AP_GPS/examples/GPS_UBLOX_passthrough/make.inc | 1 - 4 files changed, 4 deletions(-) diff --git a/libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.cpp b/libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.cpp index 69b08b1b8d..266b03499a 100644 --- a/libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.cpp +++ b/libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.cpp @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include diff --git a/libraries/AP_GPS/examples/GPS_AUTO_test/make.inc b/libraries/AP_GPS/examples/GPS_AUTO_test/make.inc index e4dc3fea9c..fd3e95f3da 100644 --- a/libraries/AP_GPS/examples/GPS_AUTO_test/make.inc +++ b/libraries/AP_GPS/examples/GPS_AUTO_test/make.inc @@ -1,5 +1,4 @@ LIBRARIES += AP_ADC -LIBRARIES += AP_ADC_AnalogSource LIBRARIES += AP_AHRS LIBRARIES += AP_Airspeed LIBRARIES += AP_Baro diff --git a/libraries/AP_GPS/examples/GPS_UBLOX_passthrough/GPS_UBLOX_passthrough.cpp b/libraries/AP_GPS/examples/GPS_UBLOX_passthrough/GPS_UBLOX_passthrough.cpp index 0e71dd634b..d06fba9042 100644 --- a/libraries/AP_GPS/examples/GPS_UBLOX_passthrough/GPS_UBLOX_passthrough.cpp +++ b/libraries/AP_GPS/examples/GPS_UBLOX_passthrough/GPS_UBLOX_passthrough.cpp @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include diff --git a/libraries/AP_GPS/examples/GPS_UBLOX_passthrough/make.inc b/libraries/AP_GPS/examples/GPS_UBLOX_passthrough/make.inc index f46c0e94ca..a890f302d4 100644 --- a/libraries/AP_GPS/examples/GPS_UBLOX_passthrough/make.inc +++ b/libraries/AP_GPS/examples/GPS_UBLOX_passthrough/make.inc @@ -1,5 +1,4 @@ LIBRARIES += AP_ADC -LIBRARIES += AP_ADC_AnalogSource LIBRARIES += AP_AHRS LIBRARIES += AP_Airspeed LIBRARIES += AP_Baro