diff options
author | Damien George <damien@micropython.org> | 2021-07-09 14:19:15 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-07-12 17:08:10 +1000 |
commit | 136369d72f5b99ec23c9c9f178a590bde968e2ee (patch) | |
tree | 6d75116e1e11a4fbd5bf9765062350016e303375 /shared/runtime/pyexec.c | |
parent | 4d546713ec8858cbf908de45de11cbfc46a20971 (diff) |
all: Update to point to files in new shared/ directory.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'shared/runtime/pyexec.c')
-rw-r--r-- | shared/runtime/pyexec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/runtime/pyexec.c b/shared/runtime/pyexec.c index 4446b36b6..006ec096f 100644 --- a/shared/runtime/pyexec.c +++ b/shared/runtime/pyexec.c @@ -39,8 +39,8 @@ #include "irq.h" #include "usb.h" #endif -#include "lib/mp-readline/readline.h" -#include "lib/utils/pyexec.h" +#include "shared/readline/readline.h" +#include "shared/runtime/pyexec.h" #include "genhdr/mpversion.h" pyexec_mode_kind_t pyexec_mode_kind = PYEXEC_MODE_FRIENDLY_REPL; |