From 7b1e2b0e783a9956e247fbdcd34ea14e6c8c6cc1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 29 Aug 2013 13:13:43 +1000 Subject: [PATCH] AP_GPS: don't need notify.h here --- libraries/AP_GPS/GPS.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/AP_GPS/GPS.h b/libraries/AP_GPS/GPS.h index 97962b5be7..abe589ba3d 100644 --- a/libraries/AP_GPS/GPS.h +++ b/libraries/AP_GPS/GPS.h @@ -11,7 +11,6 @@ #include #include #include -#include /// @class GPS /// @brief Abstract base class for GPS receiver drivers.