unix: Prefix includes with py/; remove need for -I../py.

This commit is contained in:
Damien George
2015-01-01 20:40:19 +00:00
parent 3765ea419a
commit 6d7e47087f
10 changed files with 31 additions and 66 deletions

View File

@@ -30,11 +30,7 @@
#include <sys/time.h>
#include <math.h>
#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) {