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/objmodule.c | 1 - 1 file changed, 1 deletion(-) (limited to 'py/objmodule.c') diff --git a/py/objmodule.c b/py/objmodule.c index a388ca3f3..cc5944b66 100644 --- a/py/objmodule.c +++ b/py/objmodule.c @@ -8,7 +8,6 @@ #include "obj.h" #include "objmodule.h" #include "runtime.h" -#include "map.h" #include "builtintables.h" STATIC mp_map_t mp_loaded_modules_map; // TODO: expose as sys.modules -- cgit v1.2.3