summaryrefslogtreecommitdiffstatshomepage
path: root/py/objmodule.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-03-30 13:54:02 +0100
committerDamien George <damien.p.george@gmail.com>2014-03-30 13:54:02 +0100
commitdf6567e6345c763182fa237a4497ab94ee6ffc20 (patch)
tree402a2bde9d55a10c204f8d766bda228b4f02b74a /py/objmodule.c
parentd17926db710189db97a49e9b2e72d782fc404231 (diff)
downloadmicropython-df6567e6345c763182fa237a4497ab94ee6ffc20.tar.gz
micropython-df6567e6345c763182fa237a4497ab94ee6ffc20.zip
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/objmodule.c')
-rw-r--r--py/objmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/objmodule.c b/py/objmodule.c
index a388ca3f37..cc5944b665 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