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/fsusermount.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'stmhal/fsusermount.c') diff --git a/stmhal/fsusermount.c b/stmhal/fsusermount.c index e6b915382..0cd36480e 100644 --- a/stmhal/fsusermount.c +++ b/stmhal/fsusermount.c @@ -24,12 +24,8 @@ * THE SOFTWARE. */ -#include "mpconfig.h" -#include "misc.h" -#include "nlr.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" +#include "py/nlr.h" +#include "py/runtime.h" #include "ff.h" #include "fsusermount.h" -- cgit v1.2.3