From 51dfcb4bb7613ed164952712d9a5235a7b833cde Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 1 Jan 2015 20:27:54 +0000 Subject: py: Move to guarded includes, everywhere in py/ core. Addresses issue #1022. --- py/repl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'py/repl.c') diff --git a/py/repl.c b/py/repl.c index 6bd880d92a..c6b3e60ae1 100644 --- a/py/repl.c +++ b/py/repl.c @@ -24,9 +24,7 @@ * THE SOFTWARE. */ -#include "mpconfig.h" -#include "misc.h" -#include "repl.h" +#include "py/repl.h" #if MICROPY_HELPER_REPL -- cgit v1.2.3