summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhold Gschweicher <pyro4hell@gmail.com>2021-12-05 12:03:16 +0100
committerJF <JF002@users.noreply.github.com>2021-12-09 21:30:33 +0100
commite104f17b1bc7bbdccacae4a068413ae3838cb96b (patch)
tree0d1176523e74ef0810874db85c0722303c9b72bc
parent23f318c3d09d9707b9a38528eaf6c37b2754f6e2 (diff)
AlarmController: remove unused app_timer.h include in header
-rw-r--r--src/components/alarm/AlarmController.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/alarm/AlarmController.h b/src/components/alarm/AlarmController.h
index bf85d431..f39fbded 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 {