diff options
| author | Damien George | 2017-02-17 13:07:42 +1100 |
|---|---|---|
| committer | Damien George | 2017-02-17 13:07:42 +1100 |
| commit | c9b0f0b248ffc95545abc2347106fc3684d3c002 (patch) | |
| tree | 17fceab203a13a70b3a12eeb95c5d1e4c205a3b7 | |
| parent | bdebfaa4bf422ef164fa78257b59415e5dffc6cb (diff) | |
stmhal/main: Remove unnecessary header includes.
| -rw-r--r-- | stmhal/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stmhal/main.c b/stmhal/main.c index bcc429df2..c6d482f3c 100644 --- a/stmhal/main.c +++ b/stmhal/main.c @@ -27,15 +27,10 @@ #include <stdio.h> #include <string.h> -#include "py/nlr.h" -#include "py/lexer.h" -#include "py/parse.h" -#include "py/obj.h" #include "py/runtime.h" #include "py/stackctrl.h" #include "py/gc.h" #include "py/mphal.h" - #include "lib/utils/pyexec.h" #include "lib/oofatfs/ff.h" #include "extmod/vfs.h" |
