diff options
author | Damien George <damien.p.george@gmail.com> | 2014-03-17 10:31:03 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-03-17 10:31:03 +0000 |
commit | c44115f831046b832dffdd0f7ab9acee89c69251 (patch) | |
tree | b6d47715a189326e3cf9bc951be06ddf2825d61e /py/runtime.c | |
parent | 781687c77280c96b4b240994a0a0e28cc959d269 (diff) | |
parent | c55388823f355334b1691b97cad5efc279feb224 (diff) | |
download | micropython-c44115f831046b832dffdd0f7ab9acee89c69251.tar.gz micropython-c44115f831046b832dffdd0f7ab9acee89c69251.zip |
Merge branch 'master' of github.com:xbe/micropython
Diffstat (limited to 'py/runtime.c')
-rw-r--r-- | py/runtime.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/runtime.c b/py/runtime.c index bd6f2289de..9c8ba636c0 100644 --- a/py/runtime.c +++ b/py/runtime.c @@ -2,8 +2,6 @@ // mp_xxx functions are safer and can be called by anyone // note that rt_assign_xxx are called only from emit*, and maybe we can rename them to reflect this -#include <stdint.h> -#include <stdlib.h> #include <stdio.h> #include <string.h> #include <assert.h> |