8000 remove more unneeded includes · rbarraud/circuitpython@80fb61e · GitHub
[go: up one dir, main page]

Skip to content

Commit 80fb61e

Browse files
committed
remove more unneeded includes
1 parent 04b2c8b commit 80fb61e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shared-module/storage/__init__.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232
#include "py/mperrno.h"
3333
#include "py/obj.h"
3434
#include "py/runtime.h"
35-
#include "shared-bindings/microcontroller/__init__.h"
3635
#include "shared-bindings/storage/__init__.h"
37-
#include "supervisor/filesystem.h"
3836

3937
STATIC mp_obj_t mp_vfs_proxy_call(mp_vfs_mount_t *vfs, qstr meth_name, size_t n_args, const mp_obj_t *args) {
4038
if (vfs == MP_VFS_NONE) {

0 commit comments

Comments
 (0)
0