remove unnecessary includes in esp8266 common-hal storage code
This commit is contained in:
parent
5f98953ed8
commit
04b2c8be5a
|
@ -26,9 +26,6 @@
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "lib/oofatfs/ff.h"
|
|
||||||
#include "lib/oofatfs/diskio.h"
|
|
||||||
#include "py/mperrno.h"
|
|
||||||
#include "py/runtime.h"
|
#include "py/runtime.h"
|
||||||
#include "shared-bindings/storage/__init__.h"
|
#include "shared-bindings/storage/__init__.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue