From ecde85734ca90953821f95e647e63979a355f63d Mon Sep 17 00:00:00 2001 From: RetiredWizard Date: Mon, 23 Jan 2023 15:17:24 -0500 Subject: [PATCH] Remove a couple unneeded includes. --- ports/broadcom/common-hal/rtc/RTC.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ports/broadcom/common-hal/rtc/RTC.c b/ports/broadcom/common-hal/rtc/RTC.c index 898a5c84bb..8f6743cb05 100644 --- a/ports/broadcom/common-hal/rtc/RTC.c +++ b/ports/broadcom/common-hal/rtc/RTC.c @@ -30,10 +30,7 @@ #include "py/obj.h" #include "py/runtime.h" #include "shared/timeutils/timeutils.h" -#include "shared-bindings/rtc/__init__.h" -#include "shared-bindings/rtc/RTC.h" #include "supervisor/port.h" -#include "supervisor/shared/translate/translate.h" // This is the time in seconds since 2000 that the RTC was started. // TODO: Change the offset to ticks so that it can be a subsecond adjustment.