summaryrefslogtreecommitdiff
path: root/stmhal/pyexec.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-12-29 01:02:19 +0000
committerDamien George <damien.p.george@gmail.com>2014-12-29 01:02:19 +0000
commit9ddbe291c4217873b7f50dc03c025aa0c9ffee3d (patch)
treeb5dd73487e5c59dcf5b3016893ee890f2455d1d6 /stmhal/pyexec.c
parentf89d659e3b587fb806d20f5f243f5ed79ed19a5d (diff)
py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.
Diffstat (limited to 'stmhal/pyexec.c')
-rw-r--r--stmhal/pyexec.c5
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"