We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b8405 commit 5478ed1Copy full SHA for 5478ed1
unix/gccollect.c
@@ -26,8 +26,8 @@
26
27
#include <stdio.h>
28
29
-#include "misc.h"
30
#include "mpconfig.h"
+#include "misc.h"
31
#include "gc.h"
32
33
#if MICROPY_ENABLE_GC
unix/modos.c
@@ -30,8 +30,8 @@
#include <unistd.h>
#include <errno.h>
34
35
#include "nlr.h"
36
#include "qstr.h"
37
#include "obj.h"
unix/modtime.c
#include <sys/time.h>
#include <math.h>
#include "runtime.h"
0 commit comments