diff options
Diffstat (limited to 'py/objset.c')
-rw-r--r-- | py/objset.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/objset.c b/py/objset.c index 9b0ac2b107..2cabf6c509 100644 --- a/py/objset.c +++ b/py/objset.c @@ -9,7 +9,6 @@ #include "obj.h" #include "runtime.h" #include "runtime0.h" -#include "map.h" typedef struct _mp_obj_set_t { mp_obj_base_t base; |