From 2cf6dfa280a8149941aafc852fbaae8bdfc4999e Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 1 Jan 2015 21:06:20 +0000 Subject: stmhal: Prefix includes with py/; remove need for -I../py. --- stmhal/import.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'stmhal/import.c') diff --git a/stmhal/import.c b/stmhal/import.c index 88ddaefac..e94cf620e 100644 --- a/stmhal/import.c +++ b/stmhal/import.c @@ -25,12 +25,8 @@ */ #include -#include -#include "mpconfig.h" -#include "misc.h" -#include "qstr.h" -#include "lexer.h" +#include "py/lexer.h" #include "ff.h" mp_import_stat_t mp_import_stat(const char *path) { -- cgit v1.2.3