summaryrefslogtreecommitdiffstatshomepage
path: root/py/obj.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/obj.c')
-rw-r--r--py/obj.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/obj.c b/py/obj.c
index d6fa374306..d72a538b71 100644
--- a/py/obj.c
+++ b/py/obj.c
@@ -9,7 +9,6 @@
#include "obj.h"
#include "runtime0.h"
#include "runtime.h"
-#include "map.h"
mp_obj_type_t *mp_obj_get_type(mp_obj_t o_in) {
if (MP_OBJ_IS_SMALL_INT(o_in)) {