summaryrefslogtreecommitdiffstatshomepage
path: root/py/runtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/runtime.c')
-rw-r--r--py/runtime.c2
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>