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/modos.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'unix/modos.c') diff --git a/unix/modos.c b/unix/modos.c index 6efc7bc53..21b9c6f6a 100644 --- a/unix/modos.c +++ b/unix/modos.c @@ -31,13 +31,9 @@ #include #include -#include "mpconfig.h" -#include "misc.h" -#include "nlr.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" -#include "objtuple.h" +#include "py/nlr.h" +#include "py/runtime.h" +#include "py/objtuple.h" #define RAISE_ERRNO(err_flag, error_val) \ { if (err_flag == -1) \ -- cgit v1.2.3