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/modtime.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'unix/modtime.c') diff --git a/unix/modtime.c b/unix/modtime.c index 7325525aa..2efb7fab3 100644 --- a/unix/modtime.c +++ b/unix/modtime.c @@ -30,11 +30,7 @@ #include #include -#include "mpconfig.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" +#include "py/runtime.h" #ifdef _WIN32 void msec_sleep_tv(struct timeval *tv) { -- cgit v1.2.3