Skip to content

Commit c9b0f0b

Browse files
committed
stmhal/main: Remove unnecessary header includes.
1 parent bdebfaa commit c9b0f0b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

stmhal/main.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,10 @@
2727
#include <stdio.h>
2828
#include <string.h>
2929

30-
#include "py/nlr.h"
31-
#include "py/lexer.h"
32-
#include "py/parse.h"
33-
#include "py/obj.h"
3430
#include "py/runtime.h"
3531
#include "py/stackctrl.h"
3632
#include "py/gc.h"
3733
#include "py/mphal.h"
38-
3934
#include "lib/utils/pyexec.h"
4035
#include "lib/oofatfs/ff.h"
4136
#include "extmod/vfs.h"

0 commit comments

Comments
 (0)