summaryrefslogtreecommitdiffstatshomepage
path: root/py/gc.c
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-06-21 22:43:22 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-06-21 22:43:22 +0300
commit59c675a64c1d9757d50ad4627da67a6f996a99fb (patch)
tree8a5163fe244f5d5c61aa92c179aeb54ddea37610 /py/gc.c
parent4c4b9d15ab94dfe31ec34559ab70bafc0ef11f02 (diff)
downloadmicropython-59c675a64c1d9757d50ad4627da67a6f996a99fb.tar.gz
micropython-59c675a64c1d9757d50ad4627da67a6f996a99fb.zip
py: Include mpconfig.h before all other includes.
It defines types used by all other headers. Fixes #691.
Diffstat (limited to 'py/gc.c')
-rw-r--r--py/gc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/gc.c b/py/gc.c
index 90b7b89e5d..65bfea0b35 100644
--- a/py/gc.c
+++ b/py/gc.c
@@ -33,7 +33,6 @@
#include "misc.h"
#include "gc.h"
-#include "misc.h"
#include "qstr.h"
#include "obj.h"
#include "runtime.h"