diff options
Diffstat (limited to 'unix-cpy')
-rw-r--r-- | unix-cpy/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix-cpy/main.c b/unix-cpy/main.c index 058de06d5..219e3e604 100644 --- a/unix-cpy/main.c +++ b/unix-cpy/main.c @@ -32,7 +32,6 @@ #include "py/nlr.h" #include "py/compile.h" #include "py/runtime.h" -#include "py/pfenv.h" void do_file(const char *file) { mp_lexer_t *lex = mp_lexer_new_from_file(file); |