diff options
Diffstat (limited to 'py/objnone.c')
-rw-r--r-- | py/objnone.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/objnone.c b/py/objnone.c index cd7319bec8..da1031835c 100644 --- a/py/objnone.c +++ b/py/objnone.c @@ -26,9 +26,7 @@ #include <stdlib.h> -#include "py/nlr.h" #include "py/obj.h" -#include "py/runtime0.h" typedef struct _mp_obj_none_t { mp_obj_base_t base; |