aboutsummaryrefslogtreecommitdiff
path: root/stmhal/bufhelper.c
diff options
context:
space:
mode:
authorDamien George2015-01-01 21:06:20 +0000
committerDamien George2015-01-01 21:06:20 +0000
commit2cf6dfa280a8149941aafc852fbaae8bdfc4999e (patch)
tree9e9ea6ed5591f424359ce25cd0f56d8932380a0e /stmhal/bufhelper.c
parentb36be5ff5172c97a8f37228c1ec163df466fd588 (diff)
stmhal: Prefix includes with py/; remove need for -I../py.
Diffstat (limited to 'stmhal/bufhelper.c')
-rw-r--r--stmhal/bufhelper.c5
1 files changed, 1 insertions, 4 deletions
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) {