From 9ddbe291c4217873b7f50dc03c025aa0c9ffee3d Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 29 Dec 2014 01:02:19 +0000 Subject: py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper. --- stmhal/pyexec.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'stmhal/pyexec.c') 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" -- cgit v1.2.3