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. --- stmhal/modtime.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stmhal/modtime.c') diff --git a/stmhal/modtime.c b/stmhal/modtime.c index 4786c85c7..9756ec3b5 100644 --- a/stmhal/modtime.c +++ b/stmhal/modtime.c @@ -5,7 +5,6 @@ #include "mpconfig.h" #include "qstr.h" #include "obj.h" -#include "map.h" #include "modtime.h" STATIC mp_obj_t time_sleep(mp_obj_t seconds_o) { -- cgit v1.2.3