diff --git a/module-apps/application-desktop/ApplicationDesktop.cpp b/module-apps/application-desktop/ApplicationDesktop.cpp index cff3b7c03..4cb370bc6 100644 --- a/module-apps/application-desktop/ApplicationDesktop.cpp +++ b/module-apps/application-desktop/ApplicationDesktop.cpp @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include diff --git a/module-apps/apps-common/ApplicationCommon.hpp b/module-apps/apps-common/ApplicationCommon.hpp index 6642581a4..39a8792ca 100644 --- a/module-apps/apps-common/ApplicationCommon.hpp +++ b/module-apps/apps-common/ApplicationCommon.hpp @@ -8,7 +8,7 @@ #include "Audio/Profiles/Profile.hpp" // for Profile, Pro... #include "CallbackStorage.hpp" -#include "Service/Common.hpp" // for ReturnCodes +#include "system/Common.hpp" // for ReturnCodes #include "Service/Message.hpp" // for MessagePointer #include "Service/Service.hpp" // for Service #include "Timers/TimerHandle.hpp" diff --git a/module-apps/apps-common/popups/TetheringConfirmationPopup.cpp b/module-apps/apps-common/popups/TetheringConfirmationPopup.cpp index 148df7a56..29baf6574 100644 --- a/module-apps/apps-common/popups/TetheringConfirmationPopup.cpp +++ b/module-apps/apps-common/popups/TetheringConfirmationPopup.cpp @@ -5,7 +5,7 @@ #include "DialogMetadataMessage.hpp" #include "ApplicationCommon.hpp" -#include +#include #include namespace gui diff --git a/module-apps/apps-common/popups/TetheringOffPopup.cpp b/module-apps/apps-common/popups/TetheringOffPopup.cpp index c57abaef6..95f744124 100644 --- a/module-apps/apps-common/popups/TetheringOffPopup.cpp +++ b/module-apps/apps-common/popups/TetheringOffPopup.cpp @@ -6,7 +6,7 @@ #include #include #include -#include +#include #include namespace gui diff --git a/module-apps/apps-common/popups/presenter/PowerOffPresenter.cpp b/module-apps/apps-common/popups/presenter/PowerOffPresenter.cpp index 226dd52b9..b5a25b785 100644 --- a/module-apps/apps-common/popups/presenter/PowerOffPresenter.cpp +++ b/module-apps/apps-common/popups/presenter/PowerOffPresenter.cpp @@ -3,7 +3,7 @@ #include "PowerOffPresenter.hpp" #include -#include +#include namespace gui { diff --git a/module-bsp/board/linux/watchdog/software_watchdog.cpp b/module-bsp/board/linux/watchdog/software_watchdog.cpp index 17e8ac2fc..00a8f57a4 100644 --- a/module-bsp/board/linux/watchdog/software_watchdog.cpp +++ b/module-bsp/board/linux/watchdog/software_watchdog.cpp @@ -4,7 +4,7 @@ #include "software_watchdog.hpp" #include #include -#include +#include #include #include diff --git a/module-cellular/modem/mux/CellularMux.cpp b/module-cellular/modem/mux/CellularMux.cpp index 9df9a0eb7..cb7f5d720 100644 --- a/module-cellular/modem/mux/CellularMux.cpp +++ b/module-cellular/modem/mux/CellularMux.cpp @@ -14,7 +14,7 @@ #include #include -#include +#include #include