From df6567e6345c763182fa237a4497ab94ee6ffc20 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 30 Mar 2014 13:54:02 +0100 Subject: Merge map.h into obj.h. Pretty much everyone needs to include map.h, since it's such an integral part of the Micro Python object implementation. Thus, the definitions are now in obj.h instead. map.h is removed. --- py/objset.c | 1 - 1 file changed, 1 deletion(-) (limited to 'py/objset.c') diff --git a/py/objset.c b/py/objset.c index 9b0ac2b107..2cabf6c509 100644 --- a/py/objset.c +++ b/py/objset.c @@ -9,7 +9,6 @@ #include "obj.h" #include "runtime.h" #include "runtime0.h" -#include "map.h" typedef struct _mp_obj_set_t { mp_obj_base_t base; -- cgit v1.2.3