Skip to content

Commit 04b2c8b

Browse files
committed
remove unnecessary includes in esp8266 common-hal storage code
1 parent 5f98953 commit 04b2c8b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ports/esp8266/common-hal/storage/__init__.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626

2727
#include <string.h>
2828

29-
#include "lib/oofatfs/ff.h"
30-
#include "lib/oofatfs/diskio.h"
31-
#include "py/mperrno.h"
3229
#include "py/runtime.h"
3330
#include "shared-bindings/storage/__init__.h"
3431

0 commit comments

Comments
 (0)