8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab317a0 commit 89b3207Copy full SHA for 89b3207
ports/unix/modffi.c
@@ -25,13 +25,6 @@
25
* THE SOFTWARE.
26
*/
27
28
-#include <assert.h>
29
-#include <string.h>
30
-#include <errno.h>
31
-#include <dlfcn.h>
32
-#include <ffi.h>
33
-#include <stdint.h>
34
-
35
#include "py/runtime.h"
36
#include "py/binary.h"
37
#include "py/mperrno.h"
@@ -40,6 +33,12 @@
40
41
#if MICROPY_PY_FFI
42
+#include <assert.h>
+#include <string.h>
38
+#include <errno.h>
39
+#include <dlfcn.h>
+#include <ffi.h>
+
43
/*
44
* modffi uses character codes to encode a value type, based on "struct"
45
* module type codes, with some extensions and overridings.
0 commit comments