diff options
Diffstat (limited to 'py/objset.c')
-rw-r--r-- | py/objset.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/objset.c b/py/objset.c index aefc26aac..6ed15c791 100644 --- a/py/objset.c +++ b/py/objset.c @@ -28,9 +28,7 @@ #include <string.h> #include <assert.h> -#include "py/nlr.h" #include "py/runtime.h" -#include "py/runtime0.h" #include "py/builtin.h" #if MICROPY_PY_BUILTINS_SET |