From 6d7e47087fa40a360aa38a576c245e797564dbbe Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 1 Jan 2015 20:40:19 +0000 Subject: unix: Prefix includes with py/; remove need for -I../py. --- unix/input.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'unix/input.c') diff --git a/unix/input.c b/unix/input.c index 19ca649c9..626138b42 100644 --- a/unix/input.c +++ b/unix/input.c @@ -25,15 +25,11 @@ */ #include -#include #include #include -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" +#include "py/nlr.h" +#include "py/obj.h" #include "input.h" #if MICROPY_USE_READLINE -- cgit v1.2.3