diff options
| author | Reinhold Gschweicher <pyro4hell@gmail.com> | 2021-12-05 11:03:16 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2021-12-09 20:30:33 (GMT) |
| commit | e104f17b1bc7bbdccacae4a068413ae3838cb96b (patch) | |
| tree | 0d1176523e74ef0810874db85c0722303c9b72bc /src/components | |
| parent | 23f318c3d09d9707b9a38528eaf6c37b2754f6e2 (diff) | |
AlarmController: remove unused app_timer.h include in header
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/alarm/AlarmController.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/alarm/AlarmController.h b/src/components/alarm/AlarmController.h index bf85d43..f39fbde 100644 --- a/src/components/alarm/AlarmController.h +++ b/src/components/alarm/AlarmController.h @@ -18,7 +18,6 @@ #pragma once #include <cstdint> -#include "app_timer.h" #include "components/datetime/DateTimeController.h" namespace Pinetime { |
