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/modffi.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'unix/modffi.c') diff --git a/unix/modffi.c b/unix/modffi.c index d6d416a3e..e0f2f3f27 100644 --- a/unix/modffi.c +++ b/unix/modffi.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 "binary.h" +#include "py/nlr.h" +#include "py/runtime.h" +#include "py/binary.h" /* * modffi uses character codes to encode a value type, based on "struct" -- cgit v1.2.3