diff options
Diffstat (limited to 'py/runtime_utils.c')
-rw-r--r-- | py/runtime_utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/runtime_utils.c b/py/runtime_utils.c index 56a918064..a5c5403ba 100644 --- a/py/runtime_utils.c +++ b/py/runtime_utils.c @@ -26,8 +26,6 @@ */ #include "py/runtime.h" -#include "py/obj.h" -#include "py/nlr.h" void mp_call_function_1_protected(mp_obj_t fun, mp_obj_t arg) { nlr_buf_t nlr; |