From 80fb61ea44b9efa4c6e42676cd6ac85d41ac76bb Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Tue, 10 Apr 2018 12:16:46 -0400 Subject: [PATCH] remove more unneeded includes --- shared-module/storage/__init__.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/shared-module/storage/__init__.c b/shared-module/storage/__init__.c index dc576ccdad..5b0bbe01ec 100644 --- a/shared-module/storage/__init__.c +++ b/shared-module/storage/__init__.c @@ -32,9 +32,7 @@ #include "py/mperrno.h" #include "py/obj.h" #include "py/runtime.h" -#include "shared-bindings/microcontroller/__init__.h" #include "shared-bindings/storage/__init__.h" -#include "supervisor/filesystem.h" 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) { if (vfs == MP_VFS_NONE) {