diff options
Diffstat (limited to 'stmhal/file.c')
-rw-r--r-- | stmhal/file.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/stmhal/file.c b/stmhal/file.c index c4f4dace0d..66bb51f49c 100644 --- a/stmhal/file.c +++ b/stmhal/file.c @@ -27,13 +27,9 @@ #include <stdio.h> #include <errno.h> -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" -#include "stream.h" +#include "py/nlr.h" +#include "py/runtime.h" +#include "py/stream.h" #include "file.h" #include "ff.h" |