summaryrefslogtreecommitdiff
path: root/unix/gccollect.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-01-01 20:40:19 +0000
committerDamien George <damien.p.george@gmail.com>2015-01-01 20:40:19 +0000
commit6d7e47087fa40a360aa38a576c245e797564dbbe (patch)
treec6a32b0bd2797becad5518f550031515665007b2 /unix/gccollect.c
parent3765ea419a7b68d3349a3c90089cfec9063db94b (diff)
unix: Prefix includes with py/; remove need for -I../py.
Diffstat (limited to 'unix/gccollect.c')
-rw-r--r--unix/gccollect.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/unix/gccollect.c b/unix/gccollect.c
index 2c7b81918..ab20220d3 100644
--- a/unix/gccollect.c
+++ b/unix/gccollect.c
@@ -25,11 +25,8 @@
*/
#include <stdio.h>
-#include <stdint.h>
-#include "mpconfig.h"
-#include "misc.h"
-#include "gc.h"
+#include "py/gc.h"
#if MICROPY_ENABLE_GC