diff options
| author | JF <JF002@users.noreply.github.com> | 2021-11-28 12:59:09 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-28 12:59:09 (GMT) |
| commit | 583c7ee22fdf576490169643762240bf9bb6b375 (patch) | |
| tree | c0bca6afa9b570bb2f78370c1096131acafd32d0 /src/components/ble/AlertNotificationService.cpp | |
| parent | f9613d28c06f96fbc93ccbc59a8f749bbc5f7fa5 (diff) | |
| parent | 4257073a02215e3f182d993765e4c5edef2d9845 (diff) | |
Merge branch 'develop' into motionservice_fix_typo_in_include
Diffstat (limited to 'src/components/ble/AlertNotificationService.cpp')
| -rw-r--r-- | src/components/ble/AlertNotificationService.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ble/AlertNotificationService.cpp b/src/components/ble/AlertNotificationService.cpp index 56fc595..f616cce 100644 --- a/src/components/ble/AlertNotificationService.cpp +++ b/src/components/ble/AlertNotificationService.cpp @@ -1,8 +1,8 @@ -#include "AlertNotificationService.h" +#include "components/ble/AlertNotificationService.h" #include <hal/nrf_rtc.h> #include <cstring> #include <algorithm> -#include "NotificationManager.h" +#include "components/ble/NotificationManager.h" #include "systemtask/SystemTask.h" using namespace Pinetime::Controllers; |
