From 4898a10b0ce3efdebcf68168189be83e3c58c27b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 1 Aug 2018 19:18:51 +1000 Subject: [PATCH] AP_GPS: removed ADC.h include --- libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.cpp | 1 - .../examples/GPS_UBLOX_passthrough/GPS_UBLOX_passthrough.cpp | 1 - 2 files changed, 2 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 857e39e2e6..947e2a50ee 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 @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include 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 416bb4bd9d..09ca30e341 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 @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include