diff --git a/openrtx/include/interfaces/gps.h b/openrtx/include/peripherals/gps.h similarity index 100% rename from openrtx/include/interfaces/gps.h rename to openrtx/include/peripherals/gps.h diff --git a/openrtx/src/core/gps.c b/openrtx/src/core/gps.c index 19f9d49b..4bdd4862 100644 --- a/openrtx/src/core/gps.c +++ b/openrtx/src/core/gps.c @@ -18,7 +18,7 @@ ***************************************************************************/ #include -#include +#include #include #include #include diff --git a/openrtx/src/core/openrtx.c b/openrtx/src/core/openrtx.c index 39bff732..e2f8f35a 100644 --- a/openrtx/src/core/openrtx.c +++ b/openrtx/src/core/openrtx.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/openrtx/src/core/threads.c b/openrtx/src/core/threads.c index f2ebd516..6c4badd3 100644 --- a/openrtx/src/core/threads.c +++ b/openrtx/src/core/threads.c @@ -35,7 +35,7 @@ #include #include #ifdef GPS_PRESENT -#include +#include #include #endif #include diff --git a/openrtx/src/ui/default/ui.c b/openrtx/src/ui/default/ui.c index e037a434..458d2cc1 100644 --- a/openrtx/src/ui/default/ui.c +++ b/openrtx/src/ui/default/ui.c @@ -70,9 +70,6 @@ #include #include #include -#ifdef GPS_PRESENT -#include -#endif #include #include #include diff --git a/openrtx/src/ui/module17/ui.c b/openrtx/src/ui/module17/ui.c index 9a184aae..146585f0 100644 --- a/openrtx/src/ui/module17/ui.c +++ b/openrtx/src/ui/module17/ui.c @@ -26,9 +26,6 @@ #include #include #include -#ifdef GPS_PRESENT -#include -#endif #include #include #include diff --git a/platform/drivers/GPS/GPS_MDx.cpp b/platform/drivers/GPS/GPS_MDx.cpp index 1e0d95ca..290e7d9c 100644 --- a/platform/drivers/GPS/GPS_MDx.cpp +++ b/platform/drivers/GPS/GPS_MDx.cpp @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include #include diff --git a/platform/drivers/GPS/GPS_linux.c b/platform/drivers/GPS/GPS_linux.c index 87d201f9..30f95928 100644 --- a/platform/drivers/GPS/GPS_linux.c +++ b/platform/drivers/GPS/GPS_linux.c @@ -18,7 +18,7 @@ * along with this program; if not, see * ***************************************************************************/ -#include +#include #include #include #include