aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-rw-r--r--os/hal/src/rtc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/os/hal/src/rtc.c b/os/hal/src/rtc.c
index 1341bb2dd..bd934b11b 100644
--- a/os/hal/src/rtc.c
+++ b/os/hal/src/rtc.c
@@ -29,8 +29,6 @@
#include "ch.h"
#include "hal.h"
-#include "rtc_lld.h"
-
#if HAL_USE_RTC || defined(__DOXYGEN__)
/*===========================================================================*/