diff options
author | Damien George <damien.p.george@gmail.com> | 2014-03-30 13:54:02 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-03-30 13:54:02 +0100 |
commit | df6567e6345c763182fa237a4497ab94ee6ffc20 (patch) | |
tree | 402a2bde9d55a10c204f8d766bda228b4f02b74a /py/builtinevex.c | |
parent | d17926db710189db97a49e9b2e72d782fc404231 (diff) |
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.
Diffstat (limited to 'py/builtinevex.c')
-rw-r--r-- | py/builtinevex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/builtinevex.c b/py/builtinevex.c index 92550a796..264aa77f3 100644 --- a/py/builtinevex.c +++ b/py/builtinevex.c @@ -12,7 +12,6 @@ #include "compile.h" #include "runtime0.h" #include "runtime.h" -#include "map.h" #include "builtin.h" STATIC mp_obj_t parse_compile_execute(mp_obj_t o_in, mp_parse_input_kind_t parse_input_kind) { |