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. --- unix/file.c | 1 - 1 file changed, 1 deletion(-) (limited to 'unix/file.c') diff --git a/unix/file.c b/unix/file.c index 948ec44051..bd54e7482c 100644 --- a/unix/file.c +++ b/unix/file.c @@ -9,7 +9,6 @@ #include "mpconfig.h" #include "qstr.h" #include "obj.h" -#include "map.h" #include "runtime.h" #include "stream.h" -- cgit v1.2.3