diff options
Diffstat (limited to 'unix/input.c')
-rw-r--r-- | unix/input.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/unix/input.c b/unix/input.c index 19ca649c9f..626138b42e 100644 --- a/unix/input.c +++ b/unix/input.c @@ -25,15 +25,11 @@ */ #include <stdio.h> -#include <stdint.h> #include <stdlib.h> #include <string.h> -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" +#include "py/nlr.h" +#include "py/obj.h" #include "input.h" #if MICROPY_USE_READLINE |