diff options
Diffstat (limited to 'py/modmicropython.c')
-rw-r--r-- | py/modmicropython.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/modmicropython.c b/py/modmicropython.c index 96ceb811c9..23187c03e9 100644 --- a/py/modmicropython.c +++ b/py/modmicropython.c @@ -2,7 +2,6 @@ #include "mpconfig.h" #include "qstr.h" #include "obj.h" -#include "map.h" #include "builtin.h" // Various builtins specific to MicroPython runtime, |