summaryrefslogtreecommitdiffstatshomepage
path: root/unix/gccollect.c
diff options
context:
space:
mode:
authorxbe <xbe@machine>2014-03-15 23:24:34 -0700
committerxbe <xbe@machine>2014-03-16 12:14:15 -0700
commitc93a22197bfdb9323fa176eca4d30f307963ce9d (patch)
treebf1545ee595378c06f652b77e1418bac590b0e0c /unix/gccollect.c
parent51bbf6a006901fd3877c6abe3d5d67de74401310 (diff)
downloadmicropython-c93a22197bfdb9323fa176eca4d30f307963ce9d.tar.gz
micropython-c93a22197bfdb9323fa176eca4d30f307963ce9d.zip
unix: Clean up includes.
Remove unnecessary includes. Add includes that improve portability.
Diffstat (limited to 'unix/gccollect.c')
-rw-r--r--unix/gccollect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/gccollect.c b/unix/gccollect.c
index 6fb08fad1e..450a697787 100644
--- a/unix/gccollect.c
+++ b/unix/gccollect.c
@@ -1,4 +1,3 @@
-#include <stdint.h>
#include <stdio.h>
#include "misc.h"