index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
gc.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'py/gc.c')
-rw-r--r--
py/gc.c
1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/gc.c b/py/gc.c
index 67f1e810e0..3a3fdb00a5 100644
--- a/
py/gc.c
+++ b/
py/gc.c
@@ -1,5 +1,4 @@
#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
#include "mpconfig.h"