diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-04-10 12:13:21 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-04-10 12:13:21 -0400 |
| commit | 04b2c8be5a416fa1687ca767c26ea3ccc25eb330 (patch) | |
| tree | 8466faad89611bc287ec17b66d809d6b1983a156 | |
| parent | 5f98953ed89f5e89b92f500788ae4ff0806886c8 (diff) | |
remove unnecessary includes in esp8266 common-hal storage code
| -rw-r--r-- | ports/esp8266/common-hal/storage/__init__.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/esp8266/common-hal/storage/__init__.c b/ports/esp8266/common-hal/storage/__init__.c index dd732e3b7..b800ad2bd 100644 --- a/ports/esp8266/common-hal/storage/__init__.c +++ b/ports/esp8266/common-hal/storage/__init__.c @@ -26,9 +26,6 @@ #include <string.h> -#include "lib/oofatfs/ff.h" -#include "lib/oofatfs/diskio.h" -#include "py/mperrno.h" #include "py/runtime.h" #include "shared-bindings/storage/__init__.h" |
