diff options
Diffstat (limited to 'py/objbool.c')
-rw-r--r-- | py/objbool.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/objbool.c b/py/objbool.c index b94c57f871..5755b188e9 100644 --- a/py/objbool.c +++ b/py/objbool.c @@ -26,8 +26,6 @@ #include <stdlib.h> -#include "py/obj.h" -#include "py/runtime0.h" #include "py/runtime.h" typedef struct _mp_obj_bool_t { |