AP_GPS: don't need notify.h here

This commit is contained in:
Andrew Tridgell 2013-08-29 13:13:43 +10:00
parent 65a490c209
commit 7b1e2b0e78

View File

@ -11,7 +11,6 @@
#include <inttypes.h>
#include <AP_Progmem.h>
#include <AP_Math.h>
#include <AP_Notify.h>
/// @class GPS
/// @brief Abstract base class for GPS receiver drivers.