diff options
author | Damien George <damien.p.george@gmail.com> | 2014-12-29 01:02:19 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-12-29 01:02:19 +0000 |
commit | 9ddbe291c4217873b7f50dc03c025aa0c9ffee3d (patch) | |
tree | b5dd73487e5c59dcf5b3016893ee890f2455d1d6 /stmhal/pyexec.c | |
parent | f89d659e3b587fb806d20f5f243f5ed79ed19a5d (diff) |
py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.
Diffstat (limited to 'stmhal/pyexec.c')
-rw-r--r-- | stmhal/pyexec.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stmhal/pyexec.c b/stmhal/pyexec.c index cae87591b..f1e645447 100644 --- a/stmhal/pyexec.c +++ b/stmhal/pyexec.c @@ -30,11 +30,6 @@ #include "mpconfig.h" #include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "misc.h" -#include "lexer.h" -#include "parse.h" #include "obj.h" #include "parsehelper.h" #include "compile.h" |