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/bufhelper.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'stmhal/bufhelper.c') diff --git a/stmhal/bufhelper.c b/stmhal/bufhelper.c index 1f823ea96..57aef5a91 100644 --- a/stmhal/bufhelper.c +++ b/stmhal/bufhelper.c @@ -24,10 +24,7 @@ * THE SOFTWARE. */ -#include "mpconfig.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" +#include "py/obj.h" #include "bufhelper.h" void pyb_buf_get_for_send(mp_obj_t o, mp_buffer_info_t *bufinfo, byte *tmp_data) { -- cgit v1.2.3