Skip to content

Commit ecde857

Browse files
committed
Remove a couple unneeded includes.
1 parent fb4def2 commit ecde857

File tree

1 file changed

+0
-3
lines changed
  • ports/broadcom/common-hal/rtc

1 file changed

+0
-3
lines changed

ports/broadcom/common-hal/rtc/RTC.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@
3030
#include "py/obj.h"
3131
#include "py/runtime.h"
3232
#include "shared/timeutils/timeutils.h"
33-
#include "shared-bindings/rtc/__init__.h"
34-
#include "shared-bindings/rtc/RTC.h"
3533
#include "supervisor/port.h"
36-
#include "supervisor/shared/translate/translate.h"
3734

3835
// This is the time in seconds since 2000 that the RTC was started.
3936
// TODO: Change the offset to ticks so that it can be a subsecond adjustment.

0 commit comments

Comments
 (0)