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/file.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'unix/file.c') diff --git a/unix/file.c b/unix/file.c index 02b8aff18..b62154baa 100644 --- a/unix/file.c +++ b/unix/file.c @@ -31,13 +31,9 @@ #include #include -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" -#include "stream.h" +#include "py/nlr.h" +#include "py/runtime.h" +#include "py/stream.h" #ifdef _WIN32 #define fsync _commit -- cgit v1.2.3