diff options
Diffstat (limited to 'unix/modffi.c')
-rw-r--r-- | unix/modffi.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/unix/modffi.c b/unix/modffi.c index d6d416a3e0..e0f2f3f27f 100644 --- a/unix/modffi.c +++ b/unix/modffi.c @@ -31,13 +31,9 @@ #include <dlfcn.h> #include <ffi.h> -#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" |