Remove a couple unneeded includes.

This commit is contained in:
RetiredWizard 2023-01-23 15:17:24 -05:00
parent fb4def2824
commit ecde85734c

View File

@ -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.