diff options
Diffstat (limited to 'py/repl.c')
-rw-r--r-- | py/repl.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -24,9 +24,7 @@ * THE SOFTWARE. */ -#include "mpconfig.h" -#include "misc.h" -#include "repl.h" +#include "py/repl.h" #if MICROPY_HELPER_REPL |