Skip to content

Commit 30a1624

Browse files
authored
Removed unneeded #includes
1 parent 65512ce commit 30a1624

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shared-module/time/__init__.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
#include "py/mphal.h"
2828
#include "supervisor/port.h"
2929
#include "supervisor/shared/tick.h"
30-
#include "py/obj.h"
31-
#include "py/mpstate.h"
3230

3331
uint64_t common_hal_time_monotonic(void) {
3432
return supervisor_ticks_ms64();

0 commit comments

Comments
 (0)