diff options
Diffstat (limited to 'stmhal/help.c')
-rw-r--r-- | stmhal/help.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/stmhal/help.c b/stmhal/help.c index 525f5b0f4b..3d9656c63c 100644 --- a/stmhal/help.c +++ b/stmhal/help.c @@ -26,11 +26,8 @@ #include <stdio.h> -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" +#include "py/nlr.h" +#include "py/obj.h" STATIC const char *help_text = "Welcome to Micro Python!\n" |