From 4a23a01945fa59051fd99fe3be78d836326cbada Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 21 Feb 2015 18:58:43 +0000 Subject: cc3200: Add explicit py/ path-prefix for py includes. This is how it should be, so one knows exactly where the includes are coming from. --- cc3200/fatfs/src/option/syscall.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cc3200/fatfs/src/option/syscall.c') diff --git a/cc3200/fatfs/src/option/syscall.c b/cc3200/fatfs/src/option/syscall.c index 40c22cd75..622022b82 100644 --- a/cc3200/fatfs/src/option/syscall.c +++ b/cc3200/fatfs/src/option/syscall.c @@ -3,12 +3,8 @@ /* (C)ChaN, 2014 */ /*------------------------------------------------------------------------*/ -#include "mpconfig.h" +#include "py/mpconfig.h" #include MICROPY_HAL_H -#include "misc.h" -#include "nlr.h" -#include "qstr.h" -#include "obj.h" #include "ff.h" -- cgit v1.2.3